Module Name:    src
Committed By:   gutteridge
Date:           Wed Oct 26 21:18:50 UTC 2022

Modified Files:
        src/usr.bin/newgrp: grutil.c

Log Message:
grutil.c: fix grammar in a comment


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/newgrp/grutil.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/newgrp/grutil.c
diff -u src/usr.bin/newgrp/grutil.c:1.4 src/usr.bin/newgrp/grutil.c:1.5
--- src/usr.bin/newgrp/grutil.c:1.4	Mon Jun 23 06:57:31 2014
+++ src/usr.bin/newgrp/grutil.c	Wed Oct 26 21:18:49 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: grutil.c,v 1.4 2014/06/23 06:57:31 shm Exp $	*/
+/*	$NetBSD: grutil.c,v 1.5 2022/10/26 21:18:49 gutteridge Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: grutil.c,v 1.4 2014/06/23 06:57:31 shm Exp $");
+__RCSID("$NetBSD: grutil.c,v 1.5 2022/10/26 21:18:49 gutteridge Exp $");
 
 #include <sys/param.h>
 #include <err.h>
@@ -157,7 +157,7 @@ addgrp(gid_t newgid, int makespace)
 #if (defined(BSD) && BSD >= 199306)
 	/*
 	 * According to POSIX/XPG6:
-	 * On system where the egid is normally in the supplemental group list
+	 * On systems where the egid is normally in the supplemental group list
 	 * (or whenever the old egid actually is in the supplemental group
 	 * list):
 	 *	o If the new egid is in the supplemental group list,

Reply via email to