diff options
Diffstat (limited to 'src/microhttpd/memorypool.c')
-rw-r--r-- | src/microhttpd/memorypool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/memorypool.c b/src/microhttpd/memorypool.c index 58fc1e45..49ed9524 100644 --- a/src/microhttpd/memorypool.c +++ b/src/microhttpd/memorypool.c | |||
@@ -499,7 +499,7 @@ MHD_pool_reallocate (struct MemoryPool *pool, | |||
499 | 499 | ||
500 | /** | 500 | /** |
501 | * Clear all entries from the memory pool except | 501 | * Clear all entries from the memory pool except |
502 | * for @a keep of the given @a size. The pointer | 502 | * for @a keep of the given @a copy_bytes. The pointer |
503 | * returned should be a buffer of @a new_size where | 503 | * returned should be a buffer of @a new_size where |
504 | * the first @a copy_bytes are from @a keep. | 504 | * the first @a copy_bytes are from @a keep. |
505 | * | 505 | * |