aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/memorypool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/memorypool.c')
-rw-r--r--src/microhttpd/memorypool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/memorypool.c b/src/microhttpd/memorypool.c
index c347c160..8d679854 100644
--- a/src/microhttpd/memorypool.c
+++ b/src/microhttpd/memorypool.c
@@ -191,7 +191,7 @@ MHD_pool_allocate (struct MemoryPool *pool,
191 * Reallocate a block of memory obtained from the pool. 191 * Reallocate a block of memory obtained from the pool.
192 * This is particularly efficient when growing or 192 * This is particularly efficient when growing or
193 * shrinking the block that was last (re)allocated. 193 * shrinking the block that was last (re)allocated.
194 * If the given block is not the most recenlty 194 * If the given block is not the most recently
195 * (re)allocated block, the memory of the previous 195 * (re)allocated block, the memory of the previous
196 * allocation may be leaked until the pool is 196 * allocation may be leaked until the pool is
197 * destroyed (and copying the data maybe required). 197 * destroyed (and copying the data maybe required).