Module Name:    src
Committed By:   msaitoh
Date:           Sun Dec  5 04:42:55 UTC 2021

Modified Files:
        src/bin/sh: parser.c
        src/bin/test: test.c
        src/sys/arch/arm/include: undefined.h
        src/sys/netinet6: in6.c
        src/usr.sbin/sysinst/arch/amiga: md.h
        src/usr.sbin/sysinst/arch/x68k: md.h

Log Message:
s/existance/existence/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.176 src/bin/sh/parser.c
cvs rdiff -u -r1.43 -r1.44 src/bin/test/test.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/include/undefined.h
cvs rdiff -u -r1.284 -r1.285 src/sys/netinet6/in6.c
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/sysinst/arch/amiga/md.h
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/sysinst/arch/x68k/md.h

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

Modified files:

Index: src/bin/sh/parser.c
diff -u src/bin/sh/parser.c:1.175 src/bin/sh/parser.c:1.176
--- src/bin/sh/parser.c:1.175	Tue Nov 16 11:25:44 2021
+++ src/bin/sh/parser.c	Sun Dec  5 04:42:54 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: parser.c,v 1.175 2021/11/16 11:25:44 kre Exp $	*/
+/*	$NetBSD: parser.c,v 1.176 2021/12/05 04:42:54 msaitoh Exp $	*/
 
 /*-
  * Copyright (c) 1991, 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)parser.c	8.7 (Berkeley) 5/16/95";
 #else
-__RCSID("$NetBSD: parser.c,v 1.175 2021/11/16 11:25:44 kre Exp $");
+__RCSID("$NetBSD: parser.c,v 1.176 2021/12/05 04:42:54 msaitoh Exp $");
 #endif
 #endif /* not lint */
 
@@ -1355,7 +1355,7 @@ cleanup_state_stack(VSS *stack)
 #define	PARSEARITH()	{goto parsearith; parsearith_return:;}
 
 /*
- * The following macros all assume the existance of a local var "stack"
+ * The following macros all assume the existence of a local var "stack"
  * which contains a pointer to the current struct stackstate
  */
 

Index: src/bin/test/test.c
diff -u src/bin/test/test.c:1.43 src/bin/test/test.c:1.44
--- src/bin/test/test.c:1.43	Thu Sep 13 22:00:58 2018
+++ src/bin/test/test.c	Sun Dec  5 04:42:55 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: test.c,v 1.43 2018/09/13 22:00:58 kre Exp $ */
+/* $NetBSD: test.c,v 1.44 2021/12/05 04:42:55 msaitoh Exp $ */
 
 /*
  * test(1); version 7-like  --  author Erik Baalbergen
@@ -12,7 +12,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: test.c,v 1.43 2018/09/13 22:00:58 kre Exp $");
+__RCSID("$NetBSD: test.c,v 1.44 2021/12/05 04:42:55 msaitoh Exp $");
 #endif
 
 #include <sys/stat.h>
@@ -661,7 +661,7 @@ perform_binop(enum token op_num, const c
  * wording in 1003.2-1992, not the other way around.  I think 1003.2b goes much
  * too far the wrong way without any valid rationale and that it's best if we
  * stick with 1003.2-1992 and test the flags, and not mimic the behaviour of
- * open() since we already know very well how it will work -- existance of the
+ * open() since we already know very well how it will work -- existence of the
  * file is all that matters to open() for root.
  * 
  * Unfortunately the SVID is no help at all (which is, I guess, partly why

Index: src/sys/arch/arm/include/undefined.h
diff -u src/sys/arch/arm/include/undefined.h:1.15 src/sys/arch/arm/include/undefined.h:1.16
--- src/sys/arch/arm/include/undefined.h:1.15	Sun Oct 31 16:23:47 2021
+++ src/sys/arch/arm/include/undefined.h	Sun Dec  5 04:42:55 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: undefined.h,v 1.15 2021/10/31 16:23:47 skrll Exp $	*/
+/*	$NetBSD: undefined.h,v 1.16 2021/12/05 04:42:55 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 1995-1996 Mark Brinicombe.
@@ -94,7 +94,7 @@ struct undefined_handler {
 
 /*
  * Handlers installed using install_coproc_handler_static shouldn't be
- * removed.  We special case the 'test vfp existance' handler.
+ * removed.  We special case the 'test vfp existence' handler.
  */
 void install_coproc_handler_static(int, struct undefined_handler *);
 

Index: src/sys/netinet6/in6.c
diff -u src/sys/netinet6/in6.c:1.284 src/sys/netinet6/in6.c:1.285
--- src/sys/netinet6/in6.c:1.284	Sun Dec  5 03:12:14 2021
+++ src/sys/netinet6/in6.c	Sun Dec  5 04:42:55 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: in6.c,v 1.284 2021/12/05 03:12:14 msaitoh Exp $	*/
+/*	$NetBSD: in6.c,v 1.285 2021/12/05 04:42:55 msaitoh Exp $	*/
 /*	$KAME: in6.c,v 1.198 2001/07/18 09:12:38 itojun Exp $	*/
 
 /*
@@ -62,7 +62,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: in6.c,v 1.284 2021/12/05 03:12:14 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: in6.c,v 1.285 2021/12/05 04:42:55 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -273,7 +273,7 @@ in6_ifaddprefix(struct in6_ifaddr *ia)
 	if ((error = rtinit(&ia->ia_ifa, RTM_ADD, RTF_UP | flags)) == 0)
 		ia->ia_flags |= IFA_ROUTE;
 	else if (error == EEXIST)
-		/* Existance of the route is not an error. */
+		/* Existence of the route is not an error. */
 		error = 0;
 
 	return error;

Index: src/usr.sbin/sysinst/arch/amiga/md.h
diff -u src/usr.sbin/sysinst/arch/amiga/md.h:1.5 src/usr.sbin/sysinst/arch/amiga/md.h:1.6
--- src/usr.sbin/sysinst/arch/amiga/md.h:1.5	Wed Dec 11 19:25:50 2019
+++ src/usr.sbin/sysinst/arch/amiga/md.h	Sun Dec  5 04:42:55 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: md.h,v 1.5 2019/12/11 19:25:50 martin Exp $	*/
+/*	$NetBSD: md.h,v 1.6 2021/12/05 04:42:55 msaitoh Exp $	*/
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -72,7 +72,7 @@
 
 /*
  * We rely on kernel support to translate native RDB partitions
- * to in-core disklabels, so we can not check for existance of "real"
+ * to in-core disklabels, so we can not check for existence of "real"
  * disklabels on-disk before offering disklabel partitions.
  */
 #define	DISKLABEL_NO_ONDISK_VERIFY	1

Index: src/usr.sbin/sysinst/arch/x68k/md.h
diff -u src/usr.sbin/sysinst/arch/x68k/md.h:1.4 src/usr.sbin/sysinst/arch/x68k/md.h:1.5
--- src/usr.sbin/sysinst/arch/x68k/md.h:1.4	Mon Dec  9 19:16:53 2019
+++ src/usr.sbin/sysinst/arch/x68k/md.h	Sun Dec  5 04:42:55 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: md.h,v 1.4 2019/12/09 19:16:53 martin Exp $	*/
+/*	$NetBSD: md.h,v 1.5 2021/12/05 04:42:55 msaitoh Exp $	*/
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -92,7 +92,7 @@
 
 /*
  * We rely on kernel support to translate Human68k partitions
- * to in-core disklabels, so we can not check for existance of "real"
+ * to in-core disklabels, so we can not check for existence of "real"
  * disklabels on-disk before offering disklabel partitions.
  */
 #define	DISKLABEL_NO_ONDISK_VERIFY	1

Reply via email to