From c2ff4a1a95a9a3eff33cc9e5d30aa4126b041d14 Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Thu, 15 Jan 2026 17:10:05 -0500 Subject: [PATCH] chfn: fix minor grammar mistakes in comments Signed-off-by: Christian Goeschel Ndjomouo --- login-utils/chfn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.47.3