No functional change.
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
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". */
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;