From 3d951dbe2f4ed82bfa16130a03943ff2a29fa03a Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann Date: Sat, 10 Jan 2026 23:04:24 +0100 Subject: [PATCH] Fix typos in comments No functional change. Signed-off-by: Tobias Stoeckmann --- login-utils/chfn.c | 2 +- sys-utils/nsenter.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.3