diff options
Diffstat (limited to 'newlib/libc/string/strncasecmp.c')
-rw-r--r-- | newlib/libc/string/strncasecmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/strncasecmp.c b/newlib/libc/string/strncasecmp.c index c2eb5b86c..6909018a8 100644 --- a/newlib/libc/string/strncasecmp.c +++ b/newlib/libc/string/strncasecmp.c @@ -24,7 +24,7 @@ DESCRIPTION RETURNS If <<*<[a]>>> sorts lexicographically after <<*<[b]>>> (after - both are converted to uppercase), <<strncasecmp>> returns a + both are converted to lowercase), <<strncasecmp>> returns a number greater than zero. If the two strings are equivalent, <<strncasecmp>> returns zero. If <<*<[a]>>> sorts lexicographically before <<*<[b]>>>, <<strncasecmp>> returns a |