# HG changeset patch # User Mike Becker # Date 1688747591 -7200 # Node ID 6fa38285c6b4c0279390f74368dce25e8745d0a1 # Parent 54b1d577551bbb3061ae66d15dc852024b28de51 fix typo in mempool.h diff -r 54b1d577551b -r 6fa38285c6b4 src/cx/mempool.h --- a/src/cx/mempool.h Fri Jul 07 18:22:13 2023 +0200 +++ b/src/cx/mempool.h Fri Jul 07 18:33:11 2023 +0200 @@ -100,7 +100,7 @@ } /** - * Destroys a memory pool including their contents. + * Destroys a memory pool and frees the managed memory. * * @param pool the memory pool to destroy */