diff options
Diffstat (limited to 'src/common/mempool.c')
-rw-r--r-- | src/common/mempool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mempool.c b/src/common/mempool.c index 43f10c1e44..7e2369fc43 100644 --- a/src/common/mempool.c +++ b/src/common/mempool.c @@ -204,7 +204,7 @@ add_newly_used_chunk_to_used_list(mp_pool_t *pool, mp_chunk_t *chunk) ASSERT(!chunk->prev); } -/** Return an newly allocated item from <b>pool</b>. */ +/** Return a newly allocated item from <b>pool</b>. */ void * mp_pool_get(mp_pool_t *pool) { |