summaryrefslogtreecommitdiffstats
path: root/newlib/libc/string/wcscoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/wcscoll.c')
-rw-r--r--newlib/libc/string/wcscoll.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/string/wcscoll.c b/newlib/libc/string/wcscoll.c
index 0f0513a58..726f4ca0b 100644
--- a/newlib/libc/string/wcscoll.c
+++ b/newlib/libc/string/wcscoll.c
@@ -21,8 +21,8 @@ DESCRIPTION
using an interpretation appropriate to the current <<LC_COLLATE>>
state.
- The current implementation of <<wcscoll>> simply uses <<wcscmp>>
- and does not support any language-specific sorting.
+ (NOT Cygwin:) The current implementation of <<wcscoll>> simply
+ uses <<wcscmp>> and does not support any language-specific sorting.
RETURNS
If the first string is greater than the second string,