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
     1.1 --- a/src/cx/mempool.h	Fri Jul 07 18:22:13 2023 +0200
     1.2 +++ b/src/cx/mempool.h	Fri Jul 07 18:33:11 2023 +0200
     1.3 @@ -100,7 +100,7 @@
     1.4  }
     1.5  
     1.6  /**
     1.7 - * Destroys a memory pool including their contents.
     1.8 + * Destroys a memory pool and frees the managed memory.
     1.9   *
    1.10   * @param pool the memory pool to destroy
    1.11   */

mercurial