src/cx/linked_list.h

changeset 989
8aa57a7fecc4
parent 985
68754c7de906
--- a/src/cx/linked_list.h	Mon Nov 18 22:05:42 2024 +0100
+++ b/src/cx/linked_list.h	Sat Nov 23 14:45:32 2024 +0100
@@ -57,7 +57,7 @@
  * function will be automatically set to cx_cmp_ptr(), if none is given.
  *
  * @param allocator the allocator for allocating the list nodes
- * (if \c NULL the cxDefaultAllocator will be used)
+ * (if \c NULL, a default stdlib allocator will be used)
  * @param comparator the comparator for the elements
  * (if \c NULL, and the list is not storing pointers, sort and find
  * functions will not work)

mercurial