projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b08423
)
Comment fix.
author
Bruno Haible
<bruno@clisp.org>
Mon, 9 Mar 2009 12:05:02 +0000
(13:05 +0100)
committer
Bruno Haible
<bruno@clisp.org>
Mon, 9 Mar 2009 12:05:02 +0000
(13:05 +0100)
lib/memcmp2.h
patch
|
blob
|
history
diff --git
a/lib/memcmp2.h
b/lib/memcmp2.h
index 2e20806b28a1ffac8fd162640eac43f6112473c6..f3230554a2bbcef104fc13dd35b3d4c2f23036a7 100644
(file)
--- 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],
-
alphabet
ically.
+
lexicograph
ically.
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. */