From: Tobias Stoeckmann Date: Sat, 10 Jan 2026 22:04:24 +0000 (+0100) Subject: Fix typos in comments X-Git-Tag: v2.43-devel~169^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d951dbe2f4ed82bfa16130a03943ff2a29fa03a;p=thirdparty%2Futil-linux.git Fix typos in comments No functional change. Signed-off-by: Tobias Stoeckmann --- diff --git a/login-utils/chfn.c b/login-utils/chfn.c index 6a529ea11..1c511b8bc 100644 --- a/login-utils/chfn.c +++ b/login-utils/chfn.c @@ -70,7 +70,7 @@ struct finfo { struct chfn_control { struct passwd *pw; char *username; - /* "oldf" Contains the users original finger information. + /* "oldf" Contains the user's original finger information. * "newf" Contains the changed finger information, and contains * NULL in fields that haven't been changed. * In the end, "newf" is folded into "oldf". */ diff --git a/sys-utils/nsenter.c b/sys-utils/nsenter.c index 3caf3dc15..a5976d9af 100644 --- a/sys-utils/nsenter.c +++ b/sys-utils/nsenter.c @@ -734,7 +734,7 @@ int main(int argc, char *argv[]) do_fork = 1; /* for user namespaces we always set UID and GID (default is 0) - * and clear root's groups if --preserve-credentials is no specified */ + * and clear root's groups if --preserve-credentials is not specified */ if ((namespaces & CLONE_NEWUSER) && !preserve_cred) { force_uid = true, force_gid = true;