Minor comment fix.

This commit is contained in:
Thomas Quinot 2006-09-08 08:14:32 +00:00
parent 167197ae8e
commit 3a1d9c271b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162141

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.
*/