aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/memorypool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/memorypool.h')
-rw-r--r--src/microhttpd/memorypool.h2
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,
77 * Reallocate a block of memory obtained from the pool. 77 * Reallocate a block of memory obtained from the pool.
78 * This is particularly efficient when growing or 78 * This is particularly efficient when growing or
79 * shrinking the block that was last (re)allocated. 79 * shrinking the block that was last (re)allocated.
80 * If the given block is not the most recenlty 80 * If the given block is not the most recently
81 * (re)allocated block, the memory of the previous 81 * (re)allocated block, the memory of the previous
82 * allocation may be leaked until the pool is 82 * allocation may be leaked until the pool is
83 * destroyed (and copying the data maybe required). 83 * destroyed (and copying the data maybe required).