From: Tobias Stoeckmann Date: Sun, 4 Jan 2026 17:20:58 +0000 (+0100) Subject: pwdutils: fix grammar in comments X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f27fa20af99246e1d5f6f8aa4ac66da794c4c7f2;p=thirdparty%2Futil-linux.git pwdutils: fix grammar in comments No functional change Signed-off-by: Tobias Stoeckmann --- diff --git a/lib/pwdutils.c b/lib/pwdutils.c index 35f1f7866..c5c4a76df 100644 --- a/lib/pwdutils.c +++ b/lib/pwdutils.c @@ -39,7 +39,7 @@ failed: } /* Returns allocated passwd and allocated pwdbuf for the username or UID passed - * as @str. In case of error returns NULL and set errno, for unknown user it + * as @str. In case of error returns NULL and sets errno, for unknown user it * sets errno to EINVAL. */ struct passwd *xgetuserpw(const char *str ,char **pwdbuf) @@ -87,7 +87,7 @@ failed: } /* Returns allocated group and allocated grpbuf for the group name or GID passed - * as @str. In case of error returns NULL and set errno, for unknown group it + * as @str. In case of error returns NULL and sets errno, for unknown group it * sets errno to EINVAL. */ struct group *xgetgroup(const char *str, char **grpbuf)