Cygwin: is_unicode_equiv: fix comment

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2023-02-16 20:52:20 +01:00
parent a9a17f5fe5
commit e4cc9e4846
1 changed files with 1 additions and 1 deletions

View File

@ -1196,7 +1196,7 @@ __collate_range_cmp (int c1, int c2)
} }
/* Check if UTF-32 input character `test' is in the same equivalence class /* 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 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 is, we expect all letters to be composed. A single character is all we
look at. look at.