src/cx/hash_map.h

changeset 1318
12fa1d37fe48
parent 1180
4c3a69b9723a
--- a/src/cx/hash_map.h	Thu May 15 15:43:30 2025 +0200
+++ b/src/cx/hash_map.h	Thu May 15 16:02:54 2025 +0200
@@ -77,7 +77,7 @@
  * In other words, when the iterator is finished, @c index==size .
  *
  * @param allocator the allocator to use
- * (if @c NULL, a default stdlib allocator will be used)
+ * (if @c NULL, the cxDefaultAllocator will be used)
  * @param itemsize the size of one element
  * @param buckets the initial number of buckets in this hash map
  * @return a pointer to the new hash map

mercurial