diff options
Diffstat (limited to 'src/microhttpd/memorypool.h')
-rw-r--r-- | src/microhttpd/memorypool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/memorypool.h b/src/microhttpd/memorypool.h index 647ac2c9..84135c37 100644 --- a/src/microhttpd/memorypool.h +++ b/src/microhttpd/memorypool.h @@ -77,7 +77,7 @@ MHD_pool_allocate (struct MemoryPool *pool, * Reallocate a block of memory obtained from the pool. * This is particularly efficient when growing or * shrinking the block that was last (re)allocated. - * If the given block is not the most recenlty + * If the given block is not the most recently * (re)allocated block, the memory of the previous * allocation may be leaked until the pool is * destroyed (and copying the data maybe required). |