diff --git a/src/microhttpd/memorypool.h b/src/microhttpd/memorypool.h index 4db952a4..4868692d 100644 --- a/src/microhttpd/memorypool.h +++ b/src/microhttpd/memorypool.h @@ -62,7 +62,7 @@ MHD_pool_destroy (struct MemoryPool *pool); * * @param pool memory pool to use for the operation * @param size number of bytes to allocate - * @param from_end allocate from end of pool (set to MHD_YES); + * @param from_end allocate from end of pool (set to #MHD_YES); * use this for small, persistent allocations that * will never be reallocated * @return NULL if the pool cannot support size more