lib/chkname.c: Use precise comment

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
This commit is contained in:
Tobias Stoeckmann 2024-02-03 01:12:16 +01:00 committed by Serge Hallyn
parent 6a1f45d932
commit 95ea61009d

View 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);