changeset 11385:70e4de0bdcdf

Comment fix.
author Bruno Haible <bruno@clisp.org>
date Mon, 09 Mar 2009 13:05:02 +0100
parents 78966a6aa71f
children 23f58a4ffca0
files lib/memcmp2.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/memcmp2.h
+++ b/lib/memcmp2.h
@@ -25,7 +25,7 @@
 
 
 /* Compare the memory regions S1 = [s1..s1+N1-1], S2 = [s2..s2+n2-1],
-   alphabetically.
+   lexicographically.
    This function's result is locale independent, unlike memcoll()'s.
    Return a negative number if S1 < S2, a positive number if S1 > S2, or
    0 if S1 and S2 have the same contents.  */