src/cx/string.h

changeset 677
b09aae58bba4
parent 657
3eeadf666d6b
child 684
380bd45bc94a
     1.1 --- a/src/cx/string.h	Fri Apr 07 11:30:28 2023 +0200
     1.2 +++ b/src/cx/string.h	Sun Apr 09 19:03:58 2023 +0200
     1.3 @@ -660,7 +660,7 @@
     1.4  /**
     1.5   * Compares two strings.
     1.6   *
     1.7 - * This function has a compatible signature for the use as a CxListComparator.
     1.8 + * This function has a compatible signature for the use as a cx_compare_func.
     1.9   *
    1.10   * @param s1 the first string
    1.11   * @param s2 the second string
    1.12 @@ -676,7 +676,7 @@
    1.13  /**
    1.14   * Compares two strings ignoring case.
    1.15   *
    1.16 - * This function has a compatible signature for the use as a CxListComparator.
    1.17 + * This function has a compatible signature for the use as a cx_compare_func.
    1.18   *
    1.19   * @param s1 the first string
    1.20   * @param s2 the second string

mercurial