src/cx/hash_map.h

changeset 677
b09aae58bba4
parent 669
dce9b8450656
child 691
65baf7f45ac8
     1.1 --- a/src/cx/hash_map.h	Fri Apr 07 11:30:28 2023 +0200
     1.2 +++ b/src/cx/hash_map.h	Sun Apr 09 19:03:58 2023 +0200
     1.3 @@ -70,7 +70,7 @@
     1.4   *
     1.5   * If \p buckets is zero, an implementation defined default will be used.
     1.6   *
     1.7 - * If \p itemsize is CX_STORE_POINTERS, the created map will be created as if
     1.8 + * If \p item_size is CX_STORE_POINTERS, the created map will be created as if
     1.9   * cxMapStorePointers() was called immediately after creation.
    1.10   *
    1.11   * @note Iterators provided by this hash map implementation provide the remove operation.

mercurial