aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/pw_util.c
diff options
context:
space:
mode:
authorThomas Quinot <thomas@FreeBSD.org>2006-09-08 08:14:32 +0000
committerThomas Quinot <thomas@FreeBSD.org>2006-09-08 08:14:32 +0000
commit3a1d9c271b70bc906d360c052e9dbd2359248ff7 (patch)
treed454a2d198ace12b059dc44967a459f462c7fda9 /lib/libutil/pw_util.c
parent167197ae8eaa41189bb71dc1f3f864000efcfe5d (diff)
downloadsrc-3a1d9c271b70bc906d360c052e9dbd2359248ff7.tar.gz
src-3a1d9c271b70bc906d360c052e9dbd2359248ff7.zip
Minor comment fix.
Notes
Notes: svn path=/head/; revision=162141
Diffstat (limited to 'lib/libutil/pw_util.c')
-rw-r--r--lib/libutil/pw_util.c2
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.
*/