Improve wording.
authorBruno Haible <bruno@clisp.org>
Sat, 7 Mar 2009 00:37:21 +0000 (01:37 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 7 Mar 2009 00:37:21 +0000 (01:37 +0100)
lib/uninorm.h

index 54497469ceee3a0c81513b8d561867881fff54ca..15f1015b6ea5d2aabdd5d80afe0936d7acbb6d04 100644 (file)
@@ -145,7 +145,7 @@ extern uint32_t *
                      uint32_t *resultbuf, size_t *lengthp);
 
 
-/* Compare S1 and S2, ignoring normalization.
+/* Compare S1 and S2, ignoring differences in normalization.
    NF must be either UNINORM_NFD or UNINORM_NFKD.
    If successful, set *RESULT to -1 if S1 < S2, 0 if S1 = S2, 1 if S1 > S2, and
    return 0.  Upon failure, return the error number.  */