summaryrefslogtreecommitdiff
path: root/lib/memcmp2.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-03-09 13:05:02 +0100
committerBruno Haible <bruno@clisp.org>2009-03-09 13:05:02 +0100
commitb7de20b7675fc9c8c3cae107b01d587ab31c5ef7 (patch)
treee68c2fe4f786b600fda8e3d32ff1a2d73d98d7ac /lib/memcmp2.h
parent5b08423681f9c6ce27475851965f69791e3901aa (diff)
downloadgnulib-b7de20b7675fc9c8c3cae107b01d587ab31c5ef7.tar.gz
Comment fix.
Diffstat (limited to 'lib/memcmp2.h')
-rw-r--r--lib/memcmp2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/memcmp2.h b/lib/memcmp2.h
index 2e20806b28..f3230554a2 100644
--- a/lib/memcmp2.h
+++ b/lib/memcmp2.h
@@ -25,7 +25,7 @@ extern "C" {
/* 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. */