summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
*/