Module Name:    src
Committed By:   msaitoh
Date:           Sun Dec  5 07:53:57 UTC 2021

Modified Files:
        src/share/mk: bsd.README
        src/sys/arch/alpha/alpha: vm_machdep.c
        src/sys/arch/powerpc/oea: oea_machdep.c

Log Message:
s/specificed/specified/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.424 -r1.425 src/share/mk/bsd.README
cvs rdiff -u -r1.121 -r1.122 src/sys/arch/alpha/alpha/vm_machdep.c
cvs rdiff -u -r1.82 -r1.83 src/sys/arch/powerpc/oea/oea_machdep.c

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

Modified files:

Index: src/share/mk/bsd.README
diff -u src/share/mk/bsd.README:1.424 src/share/mk/bsd.README:1.425
--- src/share/mk/bsd.README:1.424	Sun Dec  5 04:54:20 2021
+++ src/share/mk/bsd.README	Sun Dec  5 07:53:57 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.README,v 1.424 2021/12/05 04:54:20 msaitoh Exp $
+#	$NetBSD: bsd.README,v 1.425 2021/12/05 07:53:57 msaitoh Exp $
 #	@(#)bsd.README	8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -781,7 +781,7 @@ X11SRCDIR.local	The path to the local X1
 
 X11SRCDIR.lib<package>
 X11SRCDIR.<package>
-		The path to the xorg src tree for the specificed package>.
+		The path to the xorg src tree for the specified package>.
 		[${X11SRCDIR}/external/mit/xorg/<package>/dist]
 
 X11ROOTDIR	Root directory of the X11 installation.  [/usr/X11R7]

Index: src/sys/arch/alpha/alpha/vm_machdep.c
diff -u src/sys/arch/alpha/alpha/vm_machdep.c:1.121 src/sys/arch/alpha/alpha/vm_machdep.c:1.122
--- src/sys/arch/alpha/alpha/vm_machdep.c:1.121	Fri Jul 16 19:13:21 2021
+++ src/sys/arch/alpha/alpha/vm_machdep.c	Sun Dec  5 07:53:57 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: vm_machdep.c,v 1.121 2021/07/16 19:13:21 thorpej Exp $ */
+/* $NetBSD: vm_machdep.c,v 1.122 2021/12/05 07:53:57 msaitoh Exp $ */
 
 /*
  * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@@ -29,7 +29,7 @@
 
 #include <sys/cdefs.h>			/* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.121 2021/07/16 19:13:21 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.122 2021/12/05 07:53:57 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -112,7 +112,7 @@ cpu_lwp_fork(struct lwp *l1, struct lwp 
 
 	/*
 	 * Copy pcb and user stack pointer from proc p1 to p2.
-	 * If specificed, give the child a different stack.
+	 * If specified, give the child a different stack.
 	 * Floating point state from the FP chip has already been saved.
 	 */
 	*pcb2 = *pcb1;

Index: src/sys/arch/powerpc/oea/oea_machdep.c
diff -u src/sys/arch/powerpc/oea/oea_machdep.c:1.82 src/sys/arch/powerpc/oea/oea_machdep.c:1.83
--- src/sys/arch/powerpc/oea/oea_machdep.c:1.82	Sat Feb 27 01:16:52 2021
+++ src/sys/arch/powerpc/oea/oea_machdep.c	Sun Dec  5 07:53:57 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: oea_machdep.c,v 1.82 2021/02/27 01:16:52 thorpej Exp $	*/
+/*	$NetBSD: oea_machdep.c,v 1.83 2021/12/05 07:53:57 msaitoh Exp $	*/
 
 /*
  * Copyright (C) 2002 Matt Thomas
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: oea_machdep.c,v 1.82 2021/02/27 01:16:52 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: oea_machdep.c,v 1.83 2021/12/05 07:53:57 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_altivec.h"
@@ -787,7 +787,7 @@ oea_batinit(paddr_t pa, ...)
 	 */
 
 	/*
-	 * Add any I/O BATs specificed;
+	 * Add any I/O BATs specified;
 	 */
 	va_start(ap, pa);
 	while (pa != 0) {

Reply via email to