From ed18915e0e0215bc301e4b9a469278ba97464811 Mon Sep 17 00:00:00 2001 From: roland Date: Wed, 6 May 1992 03:23:17 +0000 Subject: [PATCH] Formerly mach/hurd/__setgid.c.~5~ --- sysdeps/mach/hurd/setgid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/mach/hurd/setgid.c b/sysdeps/mach/hurd/setgid.c index cbfafb1e0b..31632493ae 100644 --- a/sysdeps/mach/hurd/setgid.c +++ b/sysdeps/mach/hurd/setgid.c @@ -47,7 +47,7 @@ DEFUN(__setgid, (gid), gid_t gid) if (_hurd_id.gids[i] == gid) { /* We already have this gid. Swap it with gids[0] - so getgid will return it. */ + so getegid will return it. */ _hurd_id.gids[i] = _hurd_id.gids[0]; break; } -- 2.11.0