From 3a1d9c271b70bc906d360c052e9dbd2359248ff7 Mon Sep 17 00:00:00 2001 From: Thomas Quinot Date: Fri, 8 Sep 2006 08:14:32 +0000 Subject: [PATCH] Minor comment fix. --- lib/libutil/pw_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libutil/pw_util.c b/lib/libutil/pw_util.c index 6d372c07c0a..7741388ca0c 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. */