From: Jim Meyering Date: Tue, 9 Mar 1999 18:53:54 +0000 (+0000) Subject: fix typo in comment. X-Git-Tag: FILEUTILS-4_0e~161 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe27c7d14eaae20ef17a3da376513ec6f769564f;p=thirdparty%2Fcoreutils.git fix typo in comment. --- diff --git a/lib/getgroups.c b/lib/getgroups.c index 5a98fec97f..4e0d53a0b7 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)