mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Minor comment fix.
This commit is contained in:
parent
167197ae8e
commit
3a1d9c271b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue