diff options
Diffstat (limited to 'libshouldbeinlibc')
-rw-r--r-- | libshouldbeinlibc/ugids.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libshouldbeinlibc/ugids.c b/libshouldbeinlibc/ugids.c index 07a11fe2..cb2631be 100644 --- a/libshouldbeinlibc/ugids.c +++ b/libshouldbeinlibc/ugids.c @@ -58,7 +58,7 @@ ugids_add_gid (struct ugids *ugids, gid_t gid, int avail) } /* Add UID to UGIDS, plus any gids to which that user belongs. If AVAIL is - true, the are added to the avail gids instead of the effective ones. */ + true, they are added to the avail gids instead of the effective ones. */ error_t ugids_add_user (struct ugids *ugids, uid_t uid, int avail) { |