https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5ca1c57a82e040cf98cd8468d806b398d019ddbe

commit 5ca1c57a82e040cf98cd8468d806b398d019ddbe
Author:     Corinna Vinschen <[email protected]>
AuthorDate: Fri Mar 3 18:15:52 2023 +0100
Commit:     Corinna Vinschen <[email protected]>
CommitDate: Fri Mar 3 18:19:18 2023 +0100

    Cygwin: is_unicode_equiv: fix comment
    
    Signed-off-by: Corinna Vinschen <[email protected]>

Diff:
---
 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 04d7072e7987..95e291a283db 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,

Reply via email to