]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
lib/chkname.c: Use precise comment
authorTobias Stoeckmann <tobias@stoeckmann.org>
Sat, 3 Feb 2024 00:12:16 +0000 (01:12 +0100)
committerSerge Hallyn <serge@hallyn.com>
Sun, 4 Feb 2024 23:03:12 +0000 (17:03 -0600)
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
lib/chkname.c

index 40069932c4e76716250a7213de766ea90c315b6d..27a80934954edc0a042733c548e968e9c75bee91 100644 (file)
@@ -79,7 +79,7 @@ bool is_valid_user_name (const char *name)
        long  maxlen;
 
        /*
-        * User names length are limited by the kernel
+        * User name length should be limited by the kernel
         */
        errno = 0;
        maxlen = sysconf(_SC_LOGIN_NAME_MAX);