summaryrefslogtreecommitdiffstats
path: root/libutil
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
commit39bf16a1e351aa01bd8146cfca859494405999de (patch)
treec6cf56d0ac728afbb558e83f98166ee4c142f9fb /libutil
parent91a8faee2b4b86733f5a230dce6dbf7897298a1a (diff)
downloadpw-darwin-39bf16a1e351aa01bd8146cfca859494405999de.tar.gz
pw-darwin-39bf16a1e351aa01bd8146cfca859494405999de.tar.zst
pw-darwin-39bf16a1e351aa01bd8146cfca859494405999de.zip
Minor comment fix.
Diffstat (limited to 'libutil')
-rw-r--r--libutil/pw_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libutil/pw_util.c b/libutil/pw_util.c
index 6d372c0..7741388 100644
--- a/libutil/pw_util.c
+++ b/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.
*/