public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
From: Corinna Vinschen <corinna@sourceware.org>
To: cygwin-cvs@sourceware.org
Subject: [newlib-cygwin/main] Cygwin: is_unicode_equiv: fix comment
Date: Fri,  3 Mar 2023 17:20:34 +0000 (GMT)	[thread overview]
Message-ID: <20230303172034.DD8BE3858035@sourceware.org> (raw)

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

commit 5ca1c57a82e040cf98cd8468d806b398d019ddbe
Author:     Corinna Vinschen <corinna@vinschen.de>
AuthorDate: Fri Mar 3 18:15:52 2023 +0100
Commit:     Corinna Vinschen <corinna@vinschen.de>
CommitDate: Fri Mar 3 18:19:18 2023 +0100

    Cygwin: is_unicode_equiv: fix comment
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

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	other threads:[~2023-03-03 17:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-03 17:20 Corinna Vinschen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-16 19:52 Corinna Vinschen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230303172034.DD8BE3858035@sourceware.org \
    --to=corinna@sourceware.org \
    --cc=cygwin-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).