Fix typo in comment: s/find_new_uid/find_new_gid/

This commit is contained in:
nekral-guest
2008-01-22 22:59:06 +00:00
parent 53561134a9
commit 229e6cbdd8
2 changed files with 5 additions and 1 deletions

View File

@ -219,7 +219,7 @@ static void find_new_gid (void)
gid_t gid_min, gid_max;
/*
* It doesn't make sense to use find_new_uid(),
* It doesn't make sense to use find_new_gid(),
* if a GID is specified via "-g" option.
*/
assert (!gflg);