Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2023-03-03 20:15:52 +0300
committerCorinna Vinschen <corinna@vinschen.de>2023-03-03 20:19:18 +0300
commit5ca1c57a82e040cf98cd8468d806b398d019ddbe (patch)
tree5b36dbf8544fa3861ff521d675da625c7adaacb9 /winsup/cygwin/nlsfuncs.cc
parent6bc687e35d6a74b4b9d8531c73b3f6cc571bc744 (diff)
Cygwin: is_unicode_equiv: fix comment
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/nlsfuncs.cc')
-rw-r--r--winsup/cygwin/nlsfuncs.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/nlsfuncs.cc b/winsup/cygwin/nlsfuncs.cc
index 04d7072e7..95e291a28 100644
--- a/winsup/cygwin/nlsfuncs.cc
+++ b/winsup/cygwin/nlsfuncs.cc
@@ -1268,7 +1268,7 @@ is_unicode_equiv (wint_t test, wint_t eqv)
testc[1] = ((test - 0x10000) & 0x3ff) + 0xdc00;
} else
testc[0] = test;
- /* Convert to denormalized form */
+ /* Convert to decomposed form */
FoldStringW (MAP_COMPOSITE | MAP_FOLDCZONE | MAP_FOLDDIGITS,
eqvc, -1, decomp_eqvc, 24);
FoldStringW (MAP_COMPOSITE | MAP_FOLDCZONE | MAP_FOLDDIGITS,