From: Christian Goeschel Ndjomouo Date: Thu, 15 Jan 2026 23:32:50 +0000 (-0500) Subject: chfn: make comment more accurate X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7f1132f00c3986ea1ca5486727a5677de8c2776;p=thirdparty%2Futil-linux.git chfn: make comment more accurate Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/login-utils/chfn.c b/login-utils/chfn.c index 80436e2c8..bcd8599bc 100644 --- a/login-utils/chfn.c +++ b/login-utils/chfn.c @@ -241,7 +241,7 @@ static char *ask_new_field(struct chfn_control *ctl, const char *question, if (getline(&buf, &dummy, stdin) < 0) errx(EXIT_FAILURE, _("Aborted.")); - /* remove white spaces from string end */ + /* remove whitespace from string start and end */ ltrim_whitespace((unsigned char *) buf); len = rtrim_whitespace((unsigned char *) buf); if (len == 0) {