Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src s/specificed/specified/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/c9a126e17431
branches:  trunk
changeset: 1026723:c9a126e17431
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 07:53:57 2021 +0000

description:
s/specificed/specified/ in comment.

diffstat:

 share/mk/bsd.README                |  4 ++--
 sys/arch/alpha/alpha/vm_machdep.c  |  6 +++---
 sys/arch/powerpc/oea/oea_machdep.c |  6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r ae0824aba7b3 -r c9a126e17431 share/mk/bsd.README
--- a/share/mk/bsd.README       Sun Dec 05 07:51:26 2021 +0000
+++ b/share/mk/bsd.README       Sun Dec 05 07:53:57 2021 +0000
@@ -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.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]
diff -r ae0824aba7b3 -r c9a126e17431 sys/arch/alpha/alpha/vm_machdep.c
--- a/sys/arch/alpha/alpha/vm_machdep.c Sun Dec 05 07:51:26 2021 +0000
+++ b/sys/arch/alpha/alpha/vm_machdep.c Sun Dec 05 07:53:57 2021 +0000
@@ -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 @@
 
        /*
         * 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;
diff -r ae0824aba7b3 -r c9a126e17431 sys/arch/powerpc/oea/oea_machdep.c
--- a/sys/arch/powerpc/oea/oea_machdep.c        Sun Dec 05 07:51:26 2021 +0000
+++ b/sys/arch/powerpc/oea/oea_machdep.c        Sun Dec 05 07:53:57 2021 +0000
@@ -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 @@
         */
 
        /*
-        * Add any I/O BATs specificed;
+        * Add any I/O BATs specified;
         */
        va_start(ap, pa);
        while (pa != 0) {



Home | Main Index | Thread Index | Old Index