diff options
| author | Thomas Quinot <thomas@FreeBSD.org> | 2006-09-08 08:14:32 +0000 |
|---|---|---|
| committer | Thomas Quinot <thomas@FreeBSD.org> | 2006-09-08 08:14:32 +0000 |
| commit | 3a1d9c271b70bc906d360c052e9dbd2359248ff7 (patch) | |
| tree | d454a2d198ace12b059dc44967a459f462c7fda9 /lib/libutil | |
| parent | 167197ae8eaa41189bb71dc1f3f864000efcfe5d (diff) | |
Notes
Diffstat (limited to 'lib/libutil')
| -rw-r--r-- | lib/libutil/pw_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/pw_util.c b/lib/libutil/pw_util.c index 6d372c07c0a2..7741388ca0c7 100644 --- a/lib/libutil/pw_util.c +++ b/lib/libutil/pw_util.c @@ -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. */ |
