changeset 11278:0b1f70daed8e

Improve wording.
author Bruno Haible <bruno@clisp.org>
date Sat, 07 Mar 2009 01:37:21 +0100
parents c5f602a74c6e
children a73b4f6432c4
files lib/uninorm.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/uninorm.h
+++ b/lib/uninorm.h
@@ -145,7 +145,7 @@
 		      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.  */