summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorthomas <thomas@FreeBSD.org>2006-09-08 08:14:32 +0000
committerthomas <thomas@FreeBSD.org>2006-09-08 08:14:32 +0000
commite5de30ab6d69a8cab27d5b368e5394fea4fbc4e5 (patch)
treed454a2d198ace12b059dc44967a459f462c7fda9 /lib
parentd68cefd2659eea134f864b3178648dfb8a3eaa2c (diff)
downloadFreeBSD-src-e5de30ab6d69a8cab27d5b368e5394fea4fbc4e5.zip
FreeBSD-src-e5de30ab6d69a8cab27d5b368e5394fea4fbc4e5.tar.gz
Minor comment fix.
Diffstat (limited to 'lib')
-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 6d372c0..7741388 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.
*/
OpenPOWER on IntegriCloud