1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

fix typo in comment.

This commit is contained in:
Jim Meyering
1999-03-09 18:53:54 +00:00
parent 0c23f18574
commit fe27c7d14e

View File

@@ -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)