]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
pwdutils: fix grammar in comments
authorTobias Stoeckmann <tobias@stoeckmann.org>
Sun, 4 Jan 2026 17:20:58 +0000 (18:20 +0100)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Sun, 4 Jan 2026 17:20:58 +0000 (18:20 +0100)
No functional change

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
lib/pwdutils.c

index 35f1f7866ccd26189e7f4d6d481783f0ad68e739..c5c4a76dfdecfa5d3bc2210cb379d2761c92b298 100644 (file)
@@ -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)