From: Bruno Haible Date: Sat, 7 Mar 2009 00:37:21 +0000 (+0100) Subject: Improve wording. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaddfa80af6bcade84f48928c5e1bdeadaf72100;p=pspp Improve wording. --- diff --git a/lib/uninorm.h b/lib/uninorm.h index 54497469ce..15f1015b6e 100644 --- a/lib/uninorm.h +++ b/lib/uninorm.h @@ -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. */