From: Christian Goeschel Ndjomouo Date: Thu, 15 Jan 2026 22:10:05 +0000 (-0500) Subject: chfn: fix minor grammar mistakes in comments X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2ff4a1a95a9a3eff33cc9e5d30aa4126b041d14;p=thirdparty%2Futil-linux.git chfn: fix minor grammar mistakes in comments Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/login-utils/chfn.c b/login-utils/chfn.c index 09c38025b..80436e2c8 100644 --- a/login-utils/chfn.c +++ b/login-utils/chfn.c @@ -327,7 +327,7 @@ static void ask_info(struct chfn_control *ctl) /* * find_field () -- - * find field value in uninteractive mode; can be new, old, or blank + * find field value in non-interactive mode; can be new, old, or blank */ static char *find_field(char *nf, char *of) { @@ -340,7 +340,7 @@ static char *find_field(char *nf, char *of) /* * add_missing () -- - * add not supplied field values when in uninteractive mode + * add not supplied field values when in non-interactive mode */ static void add_missing(struct chfn_control *ctl) {