diff -r 15b3ca7ee33f -r 8aa57a7fecc4 src/cx/array_list.h --- a/src/cx/array_list.h Mon Nov 18 22:05:42 2024 +0100 +++ b/src/cx/array_list.h Sat Nov 23 14:45:32 2024 +0100 @@ -420,7 +420,7 @@ * function will be automatically set to cx_cmp_ptr(), if none is given. * * @param allocator the allocator for allocating the list memory - * (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)