From e4cc9e48462b538253d62109012b90befaaf7bc5 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 16 Feb 2023 20:52:20 +0100 Subject: [PATCH] Cygwin: is_unicode_equiv: fix comment Signed-off-by: Corinna Vinschen --- winsup/cygwin/nlsfuncs.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/nlsfuncs.cc b/winsup/cygwin/nlsfuncs.cc index f3701312b..aa7e8434d 100644 --- a/winsup/cygwin/nlsfuncs.cc +++ b/winsup/cygwin/nlsfuncs.cc @@ -1196,7 +1196,7 @@ __collate_range_cmp (int c1, int c2) } /* Check if UTF-32 input character `test' is in the same equivalence class - as the multibyte char in `equiv'. + as UTF-32 character 'eqv'. Note that we only recognize input in Unicode normalization form C, that is, we expect all letters to be composed. A single character is all we look at.