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>2014-07-21 13:55:52 +0400
committerCorinna Vinschen <corinna@vinschen.de>2014-07-21 13:55:52 +0400
commit9c961871726bc650c4d17f6b6a9656dd273f3495 (patch)
treed4bd58d74284da396700c5e29d8921fc717ce7a1 /winsup/cygwin
parent11e2c05c9e645ae0126b76a2a67321da9069e20d (diff)
* uinfo.cc: Fix typo in comment.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/uinfo.cc2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index bc71d7a79..52ad458c8 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2014-07-21 Corinna Vinschen <corinna@vinschen.de>
+
+ * uinfo.cc: Fix typo in comment.
+
2014-07-16 Corinna Vinschen <corinna@vinschen.de>
* thread.cc (pthread::create): Handle stackaddr as upper bound address.
diff --git a/winsup/cygwin/uinfo.cc b/winsup/cygwin/uinfo.cc
index b9d893794..0151563fe 100644
--- a/winsup/cygwin/uinfo.cc
+++ b/winsup/cygwin/uinfo.cc
@@ -1160,7 +1160,7 @@ fetch_posix_offset (PDS_DOMAIN_TRUSTSW td, cyg_ldap *cldap)
return td->PosixOffset;
}
-/* Helper function to replace colons with commas in pw_gecos field. */
+/* Helper function to replace colons with semicolons in pw_gecos field. */
static PWCHAR
colon_to_semicolon (PWCHAR str)
{