diff -r d0680a23d850 -r b09aae58bba4 src/cx/string.h --- a/src/cx/string.h Fri Apr 07 11:30:28 2023 +0200 +++ b/src/cx/string.h Sun Apr 09 19:03:58 2023 +0200 @@ -660,7 +660,7 @@ /** * Compares two strings. * - * This function has a compatible signature for the use as a CxListComparator. + * This function has a compatible signature for the use as a cx_compare_func. * * @param s1 the first string * @param s2 the second string @@ -676,7 +676,7 @@ /** * Compares two strings ignoring case. * - * This function has a compatible signature for the use as a CxListComparator. + * This function has a compatible signature for the use as a cx_compare_func. * * @param s1 the first string * @param s2 the second string