summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-03-09 18:53:54 +0000
committerJim Meyering <jim@meyering.net>1999-03-09 18:53:54 +0000
commitfe27c7d14eaae20ef17a3da376513ec6f769564f (patch)
treef92177e7c393229f5d4b832207825248d82859b1 /lib
parent0c23f185744e00f3ae4e1346110f43e944a52c76 (diff)
downloadcoreutils-fe27c7d14eaae20ef17a3da376513ec6f769564f.tar.xz
fix typo in comment.
Diffstat (limited to 'lib')
-rw-r--r--lib/getgroups.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/getgroups.c b/lib/getgroups.c
index 5a98fec97..4e0d53a0b 100644
--- a/lib/getgroups.c
+++ b/lib/getgroups.c
@@ -25,9 +25,8 @@ char *xmalloc ();
/* On at least Ultrix 4.3 and NextStep 3.2, getgroups (0, 0) always fails.
On other systems, it returns the number of supplemental groups for the
- process is returned.
- This function handles that special case and lets the system-
- provided function handle all others. */
+ process. This function handles that special case and lets the system-
+ provided function handle all others. */
int
getgroups (size_t n, GETGROUPS_T *group)