From b7de20b7675fc9c8c3cae107b01d587ab31c5ef7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 9 Mar 2009 13:05:02 +0100 Subject: [PATCH] Comment fix. --- lib/memcmp2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/memcmp2.h b/lib/memcmp2.h index 2e20806b2..f3230554a 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. */ -- 2.11.0