Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/newgrp grutil.c: fix grammar in a comment
details: https://anonhg.NetBSD.org/src/rev/c7e52516c99b
branches: trunk
changeset: 372049:c7e52516c99b
user: gutteridge <gutteridge%NetBSD.org@localhost>
date: Wed Oct 26 21:18:49 2022 +0000
description:
grutil.c: fix grammar in a comment
diffstat:
usr.bin/newgrp/grutil.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a8462193f746 -r c7e52516c99b usr.bin/newgrp/grutil.c
--- a/usr.bin/newgrp/grutil.c Wed Oct 26 20:54:52 2022 +0000
+++ b/usr.bin/newgrp/grutil.c Wed Oct 26 21:18:49 2022 +0000
@@ -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 @@
#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,
Home |
Main Index |
Thread Index |
Old Index