diff options
| author | Jim Meyering <jim@meyering.net> | 2007-07-07 01:49:12 +0200 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2007-07-07 01:49:12 +0200 |
| commit | 685d3c3f2adfabbf79b626f84be17170b59d449d (patch) | |
| tree | 6de291f719c2c6c1fdc92c413eb40b662cda47ca /gl | |
| parent | setuidgid: set all groups, not just the primary one; mgetgroups: new module (diff) | |
| download | coreutils-685d3c3f2adfabbf79b626f84be17170b59d449d.tar.gz coreutils-685d3c3f2adfabbf79b626f84be17170b59d449d.zip | |
Fix typo in comment.
Diffstat (limited to 'gl')
| -rw-r--r-- | gl/lib/mgetgroups.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/lib/mgetgroups.c b/gl/lib/mgetgroups.c index 8552f2639..13dbc8391 100644 --- a/gl/lib/mgetgroups.c +++ b/gl/lib/mgetgroups.c @@ -1,4 +1,4 @@ -/* getugroups.c -- return a list of the groups a user is in +/* mgetgroups.c -- return a list of the groups a user is in Copyright (C) 2007 Free Software Foundation. |
