Use the new u*_cmp2 functions.
[gnulib.git] / lib / unicase.h
index bfb0c18..73d2c07 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "unitypes.h"
 
+/* Get bool.  */
 #include <stdbool.h>
 
 /* Get size_t.  */
@@ -172,7 +173,7 @@ extern int
                    const char *iso639_language, uninorm_t nf, int *resultp);
 
 /* Converts the string S of length N to a string in locale encoding, in such a
-   way that comparing uN_casexfrm (S1) and uN_casexfrm (S2) with memcmp2() is
+   way that comparing uN_casexfrm (S1) and uN_casexfrm (S2) with uN_cmp2() is
    equivalent to comparing S1 and S2 with uN_casecoll().
    NF must be either UNINORM_NFC, UNINORM_NFKC, or NULL for no normalization.  */
 extern char *