Minor comment fix.

This commit is contained in:
thomas 2006-09-08 08:14:32 +00:00
parent d68cefd265
commit e5de30ab6d

View File

@ -488,7 +488,7 @@ pw_copy(int ffd, int tfd, const struct passwd *pw, struct passwd *old_pw)
fpw = pw_scan(r, PWSCAN_MASTER);
/*
* fpw is either the struct password for the current line,
* fpw is either the struct passwd for the current line,
* or NULL if the line is malformed.
*/