]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
chfn: fix minor grammar mistakes in comments
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Thu, 15 Jan 2026 22:10:05 +0000 (17:10 -0500)
committerKarel Zak <kzak@redhat.com>
Thu, 29 Jan 2026 11:20:05 +0000 (12:20 +0100)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
login-utils/chfn.c

index 09c38025b48009a136cf359b5205fd731f8954e2..80436e2c8dafd822da4b22cf596e63e4ba092801 100644 (file)
@@ -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)
 {