Mercurial > hg > octave-lojdl > gnulib-hg
diff lib/getgroups.c @ 1732:16c93d56c8f6
fix typo in comment.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Tue, 09 Mar 1999 18:53:54 +0000 |
parents | 03d2d4430bf2 |
children | 5994c6f939c5 |
line wrap: on
line diff
--- a/lib/getgroups.c +++ b/lib/getgroups.c @@ -25,9 +25,8 @@ /* 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)