* uinfo.cc: Fix typo in comment.

This commit is contained in:
Corinna Vinschen 2014-07-21 09:55:52 +00:00
parent 11e2c05c9e
commit 9c96187172
2 changed files with 5 additions and 1 deletions

View File

@ -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> 2014-07-16 Corinna Vinschen <corinna@vinschen.de>
* thread.cc (pthread::create): Handle stackaddr as upper bound address. * thread.cc (pthread::create): Handle stackaddr as upper bound address.

View File

@ -1160,7 +1160,7 @@ fetch_posix_offset (PDS_DOMAIN_TRUSTSW td, cyg_ldap *cldap)
return td->PosixOffset; 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 static PWCHAR
colon_to_semicolon (PWCHAR str) colon_to_semicolon (PWCHAR str)
{ {