* 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

@@ -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)
{