fix typo in mempool.h

Fri, 07 Jul 2023 18:33:11 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 07 Jul 2023 18:33:11 +0200
changeset 743
6fa38285c6b4
parent 738
54b1d577551b
child 744
937f8b5d4a3f

fix typo in mempool.h

src/cx/mempool.h file | annotate | diff | comparison | revisions
--- 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
  */

mercurial