Module Name:    src
Committed By:   andvar
Date:           Tue Aug 17 22:00:33 UTC 2021

Modified Files:
        src/share/man/man4: route.4
        src/sys/altq: altq_cbq.c
        src/sys/arch/acorn32/acorn32: rpc_machdep.c
        src/sys/arch/acorn32/doc: history
        src/sys/arch/acorn32/eb7500atx: eb7500atx_machdep.c
        src/sys/arch/alpha/jensenio: jensenio_dma.c
        src/sys/arch/amiga/amiga: amiga_init.c
        src/sys/arch/amiga/dev: fd.c grfabs_cc.c
        src/sys/arch/arm/footbridge: footbridge_machdep.c
        src/sys/arch/arm/imx: imxspi.c
        src/sys/arch/atari/atari: atari_init.c
        src/sys/arch/atari/dev: grfabs_fal.c grfabs_tt.c if_ne_mb.c
        src/sys/arch/evbarm/adi_brh: brh_machdep.c
        src/sys/arch/evbarm/armadillo: armadillo9_machdep.c
        src/sys/arch/evbarm/g42xxeb: g42xxeb_machdep.c
        src/sys/arch/evbarm/hdl_g: hdlg_machdep.c
        src/sys/arch/evbarm/imx31: imx31lk_machdep.c
        src/sys/arch/evbarm/iq80310: iq80310_machdep.c
        src/sys/arch/evbarm/iq80321: iq80321_machdep.c
        src/sys/arch/evbarm/ixdp425: ixdp425_machdep.c
        src/sys/arch/evbarm/ixm1200: ixm1200_machdep.c
        src/sys/arch/evbarm/lubbock: lubbock_machdep.c
        src/sys/arch/evbarm/mini2440: mini2440_machdep.c
        src/sys/arch/evbarm/npwr_fc: npwr_fc_machdep.c
        src/sys/arch/evbarm/nslu2: nslu2_machdep.c
        src/sys/arch/evbarm/smdk2xx0: smdk2410_machdep.c smdk2800_machdep.c
        src/sys/arch/evbarm/tsarm: tsarm_machdep.c
        src/sys/arch/evbarm/viper: viper_machdep.c
        src/sys/arch/hpcarm/hpcarm: kloader_machdep.c pxa2x0_hpc_machdep.c
            sa11x0_hpc_machdep.c
        src/sys/arch/i386/conf: MODULAR
        src/sys/arch/macppc/stand/ofwboot: ofdev.c
        src/sys/arch/mips/alchemy/include: aureg.h
        src/sys/arch/mips/ralink: ralink_eth.c
        src/sys/arch/mipsco/obio: rambo.h
        src/sys/arch/netwinder/netwinder: netwinder_machdep.c
        src/sys/arch/pmax/ibus: siireg.h
        src/sys/arch/powerpc/oea: ofw_rascons.c
        src/sys/arch/sh3/include: scifreg.h
        src/sys/arch/shark/shark: shark_machdep.c
        src/sys/arch/sparc/sparc: machdep.c
        src/sys/arch/sun2/sun2: machdep.c
        src/sys/arch/sun68k/stand: README
        src/sys/arch/vax/include: qdreg.h
        src/sys/arch/zaurus/zaurus: kloader_machdep.c machdep.c
        src/sys/dev/ic: gemreg.h hd64570.c rndisreg.h tulipreg.h
        src/sys/dev/marvell: if_mvxpereg.h
        src/sys/dev/pci: if_casreg.h if_iwmreg.h pci_subr.c pcireg.h
        src/sys/dev/pci/ixgbe: if_bypass.c
        src/sys/dev/qbus: qdreg.h
        src/sys/dev/tc: stic.c
        src/sys/dev/usb: usb_quirks.c xhci.c
        src/sys/kern: subr_vmem.c
        src/sys/lib/libkern/arch/hppa: milli.S
        src/sys/netinet6: ip6_output.c ip6_var.h
        src/sys/sys: shm.h
        src/sys/ufs/ext2fs: ext2fs_inode.c
        src/tests/net/if: t_ifconfig.sh
        src/usr.sbin/acpitools/amldb: amldb.8 debug.c
        src/usr.sbin/ypserv/ypinit: ypinit.sh

Log Message:
fix multiplei repetitive typos in comments, messages and documentation. mainly 
because copy paste code big amount of files are affected.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/share/man/man4/route.4
cvs rdiff -u -r1.36 -r1.37 src/sys/altq/altq_cbq.c
cvs rdiff -u -r1.98 -r1.99 src/sys/arch/acorn32/acorn32/rpc_machdep.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/acorn32/doc/history
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/alpha/jensenio/jensenio_dma.c
cvs rdiff -u -r1.130 -r1.131 src/sys/arch/amiga/amiga/amiga_init.c
cvs rdiff -u -r1.99 -r1.100 src/sys/arch/amiga/dev/fd.c
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/amiga/dev/grfabs_cc.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/footbridge/footbridge_machdep.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/imx/imxspi.c
cvs rdiff -u -r1.101 -r1.102 src/sys/arch/atari/atari/atari_init.c
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/atari/dev/grfabs_fal.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/atari/dev/grfabs_tt.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/atari/dev/if_ne_mb.c
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/evbarm/adi_brh/brh_machdep.c
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/evbarm/armadillo/armadillo9_machdep.c
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/evbarm/hdl_g/hdlg_machdep.c
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/evbarm/imx31/imx31lk_machdep.c
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/evbarm/iq80310/iq80310_machdep.c
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/evbarm/iq80321/iq80321_machdep.c
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/evbarm/ixm1200/ixm1200_machdep.c
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/evbarm/lubbock/lubbock_machdep.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/mini2440/mini2440_machdep.c
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/evbarm/nslu2/nslu2_machdep.c
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/evbarm/smdk2xx0/smdk2800_machdep.c
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/evbarm/tsarm/tsarm_machdep.c
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/evbarm/viper/viper_machdep.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hpcarm/hpcarm/kloader_machdep.c
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hpcarm/hpcarm/sa11x0_hpc_machdep.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/i386/conf/MODULAR
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/macppc/stand/ofwboot/ofdev.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/mips/alchemy/include/aureg.h
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/mips/ralink/ralink_eth.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/mipsco/obio/rambo.h
cvs rdiff -u -r1.90 -r1.91 \
    src/sys/arch/netwinder/netwinder/netwinder_machdep.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/pmax/ibus/siireg.h
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/powerpc/oea/ofw_rascons.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/sh3/include/scifreg.h
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/shark/shark/shark_machdep.c
cvs rdiff -u -r1.336 -r1.337 src/sys/arch/sparc/sparc/machdep.c
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/sun2/sun2/machdep.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/sun68k/stand/README
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/vax/include/qdreg.h
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/zaurus/zaurus/kloader_machdep.c
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/zaurus/zaurus/machdep.c
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/ic/gemreg.h
cvs rdiff -u -r1.55 -r1.56 src/sys/dev/ic/hd64570.c
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/rndisreg.h
cvs rdiff -u -r1.39 -r1.40 src/sys/dev/ic/tulipreg.h
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/marvell/if_mvxpereg.h
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/if_casreg.h
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/if_iwmreg.h
cvs rdiff -u -r1.228 -r1.229 src/sys/dev/pci/pci_subr.c
cvs rdiff -u -r1.155 -r1.156 src/sys/dev/pci/pcireg.h
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/ixgbe/if_bypass.c
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/qbus/qdreg.h
cvs rdiff -u -r1.56 -r1.57 src/sys/dev/tc/stic.c
cvs rdiff -u -r1.97 -r1.98 src/sys/dev/usb/usb_quirks.c
cvs rdiff -u -r1.147 -r1.148 src/sys/dev/usb/xhci.c
cvs rdiff -u -r1.105 -r1.106 src/sys/kern/subr_vmem.c
cvs rdiff -u -r1.1 -r1.2 src/sys/lib/libkern/arch/hppa/milli.S
cvs rdiff -u -r1.227 -r1.228 src/sys/netinet6/ip6_output.c
cvs rdiff -u -r1.90 -r1.91 src/sys/netinet6/ip6_var.h
cvs rdiff -u -r1.54 -r1.55 src/sys/sys/shm.h
cvs rdiff -u -r1.89 -r1.90 src/sys/ufs/ext2fs/ext2fs_inode.c
cvs rdiff -u -r1.21 -r1.22 src/tests/net/if/t_ifconfig.sh
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/acpitools/amldb/amldb.8
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/acpitools/amldb/debug.c
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/ypserv/ypinit/ypinit.sh

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

Modified files:

Index: src/share/man/man4/route.4
diff -u src/share/man/man4/route.4:1.33 src/share/man/man4/route.4:1.34
--- src/share/man/man4/route.4:1.33	Sat Feb  8 14:17:30 2020
+++ src/share/man/man4/route.4	Tue Aug 17 22:00:26 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: route.4,v 1.33 2020/02/08 14:17:30 roy Exp $
+.\"	$NetBSD: route.4,v 1.34 2021/08/17 22:00:26 andvar Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -175,7 +175,7 @@ by doing a
 system call for further input.
 .Pp
 A process can specify which route message types it's interested in by passing
-an array of route messsage types to the
+an array of route message types to the
 .Xr setsockopt 2
 call with the
 .Dv RO_MSGFILTER

Index: src/sys/altq/altq_cbq.c
diff -u src/sys/altq/altq_cbq.c:1.36 src/sys/altq/altq_cbq.c:1.37
--- src/sys/altq/altq_cbq.c:1.36	Wed Jul 21 07:34:44 2021
+++ src/sys/altq/altq_cbq.c	Tue Aug 17 22:00:26 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: altq_cbq.c,v 1.36 2021/07/21 07:34:44 ozaki-r Exp $	*/
+/*	$NetBSD: altq_cbq.c,v 1.37 2021/08/17 22:00:26 andvar Exp $	*/
 /*	$KAME: altq_cbq.c,v 1.21 2005/04/13 03:44:24 suz Exp $	*/
 
 /*
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: altq_cbq.c,v 1.36 2021/07/21 07:34:44 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: altq_cbq.c,v 1.37 2021/08/17 22:00:26 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_altq.h"
@@ -816,7 +816,7 @@ cbq_clear_hierarchy(struct cbq_interface
  *	that interface.
  *
  *	Returns:	0, for no error.
- *			EBADF, for specified inteface not found.
+ *			EBADF, for specified interface not found.
  */
 
 static int

Index: src/sys/arch/acorn32/acorn32/rpc_machdep.c
diff -u src/sys/arch/acorn32/acorn32/rpc_machdep.c:1.98 src/sys/arch/acorn32/acorn32/rpc_machdep.c:1.99
--- src/sys/arch/acorn32/acorn32/rpc_machdep.c:1.98	Sat Apr 18 11:00:37 2020
+++ src/sys/arch/acorn32/acorn32/rpc_machdep.c	Tue Aug 17 22:00:26 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: rpc_machdep.c,v 1.98 2020/04/18 11:00:37 skrll Exp $	*/
+/*	$NetBSD: rpc_machdep.c,v 1.99 2021/08/17 22:00:26 andvar Exp $	*/
 
 /*
  * Copyright (c) 2000-2002 Reinoud Zandijk.
@@ -54,7 +54,7 @@
 
 #include <sys/param.h>
 
-__KERNEL_RCSID(0, "$NetBSD: rpc_machdep.c,v 1.98 2020/04/18 11:00:37 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rpc_machdep.c,v 1.99 2021/08/17 22:00:26 andvar Exp $");
 
 #include <sys/systm.h>
 #include <sys/kernel.h>
@@ -501,7 +501,7 @@ initarm(void *cookie)
 	printf("Allocating page tables\n");
 #endif
 	/*
-	 * Set up the variables that define the availablilty of physical
+	 * Set up the variables that define the availability of physical
 	 * memory
 	 */
 	physical_start = 0xffffffff;
@@ -799,7 +799,7 @@ initarm(void *cookie)
 	 * but since we are boot strapping the addresses used for the read
 	 * may have just been remapped and thus the cache could be out
 	 * of sync. A re-clean after the switch will cure this.
-	 * After booting there are no gross reloations of the kernel thus
+	 * After booting there are no gross relocations of the kernel thus
 	 * this problem will not occur after initarm().
 	 */
 	cpu_idcache_wbinv_all();
@@ -1078,9 +1078,9 @@ parse_rpc_bootargs(char *args)
  * virtual address space that NOTHING else will access
  * and then we alternate the cache cleaning between the
  * two banks.
- * The cache cleaning code requires requires 2 banks aligned
- * on total size boundry so the banks can be alternated by
- * eorring the size bit (assumes the bank size is a power of 2)
+ * The cache cleaning code requires 2 banks aligned
+ * on total size boundary so the banks can be alternated by
+ * xorring the size bit (assumes the bank size is a power of 2)
  */
 extern unsigned int sa1_cache_clean_addr;
 extern unsigned int sa1_cache_clean_size;

Index: src/sys/arch/acorn32/doc/history
diff -u src/sys/arch/acorn32/doc/history:1.6 src/sys/arch/acorn32/doc/history:1.7
--- src/sys/arch/acorn32/doc/history:1.6	Wed Aug 19 02:19:07 2020
+++ src/sys/arch/acorn32/doc/history	Tue Aug 17 22:00:26 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: history,v 1.6 2020/08/19 02:19:07 msaitoh Exp $
+#	$NetBSD: history,v 1.7 2021/08/17 22:00:26 andvar Exp $
 ---------------------------------------------------------------------------
 This document is more included as a historical reference and nostalgia :)
 rather than a still worked on list.
@@ -199,7 +199,7 @@ rather than a still worked on list.
 20/11/95
 	- restructure of directories contains device files
 	- fixed bug in pmap_pte() that could result in non-word
-	  aligned pointers being returned in a off page boundry virtual
+	  aligned pointers being returned in a off page boundary virtual
 	  address was specified.
 	-
 

Index: src/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c
diff -u src/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c:1.34 src/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c:1.35
--- src/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c:1.34	Sat Apr 18 11:00:37 2020
+++ src/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c	Tue Aug 17 22:00:26 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: eb7500atx_machdep.c,v 1.34 2020/04/18 11:00:37 skrll Exp $	*/
+/*	$NetBSD: eb7500atx_machdep.c,v 1.35 2021/08/17 22:00:26 andvar Exp $	*/
 
 /*
  * Copyright (c) 2000-2002 Reinoud Zandijk.
@@ -54,7 +54,7 @@
 
 #include <sys/param.h>
 
-__KERNEL_RCSID(0, "$NetBSD: eb7500atx_machdep.c,v 1.34 2020/04/18 11:00:37 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: eb7500atx_machdep.c,v 1.35 2021/08/17 22:00:26 andvar Exp $");
 
 #include <sys/systm.h>
 #include <sys/kernel.h>
@@ -455,7 +455,7 @@ initarm(void *cookie)
 	printf("Allocating page tables\n");
 #endif
 	/*
-	 * Set up the variables that define the availablilty of physical
+	 * Set up the variables that define the availability of physical
 	 * memory
 	 */
 	physical_start = 0xffffffff;
@@ -743,7 +743,7 @@ initarm(void *cookie)
 	 * but since we are boot strapping the addresses used for the read
 	 * may have just been remapped and thus the cache could be out
 	 * of sync. A re-clean after the switch will cure this.
-	 * After booting there are no gross reloations of the kernel thus
+	 * After booting there are no gross relocations of the kernel thus
 	 * this problem will not occur after initarm().
 	 */
 	cpu_idcache_wbinv_all();

Index: src/sys/arch/alpha/jensenio/jensenio_dma.c
diff -u src/sys/arch/alpha/jensenio/jensenio_dma.c:1.9 src/sys/arch/alpha/jensenio/jensenio_dma.c:1.10
--- src/sys/arch/alpha/jensenio/jensenio_dma.c:1.9	Sun Jul  4 22:42:35 2021
+++ src/sys/arch/alpha/jensenio/jensenio_dma.c	Tue Aug 17 22:00:27 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: jensenio_dma.c,v 1.9 2021/07/04 22:42:35 thorpej Exp $ */
+/* $NetBSD: jensenio_dma.c,v 1.10 2021/08/17 22:00:27 andvar Exp $ */
 
 /*-
  * Copyright (c) 2000, 2020 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
  * DMA support for the Jensen system.
  *
  * The Jensen uses direct-mapped DMA with a window base of 0, i.e.
- * a page of phyical memory has the same PCI address as CPU address.
+ * a page of physical memory has the same PCI address as CPU address.
  * There is no support for SGMAPs on the Jensen.  This means that for
  * ISA DMA, we must employ bounce buffers for DMA transactions over
  * 16MB ISA limit (due to ISA's 24-bit address space limitation).
@@ -47,7 +47,7 @@
 
 #include <sys/cdefs.h>			/* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: jensenio_dma.c,v 1.9 2021/07/04 22:42:35 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: jensenio_dma.c,v 1.10 2021/08/17 22:00:27 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>

Index: src/sys/arch/amiga/amiga/amiga_init.c
diff -u src/sys/arch/amiga/amiga/amiga_init.c:1.130 src/sys/arch/amiga/amiga/amiga_init.c:1.131
--- src/sys/arch/amiga/amiga/amiga_init.c:1.130	Mon Sep  3 16:29:22 2018
+++ src/sys/arch/amiga/amiga/amiga_init.c	Tue Aug 17 22:00:27 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: amiga_init.c,v 1.130 2018/09/03 16:29:22 riastradh Exp $	*/
+/*	$NetBSD: amiga_init.c,v 1.131 2021/08/17 22:00:27 andvar Exp $	*/
 
 /*
  * Copyright (c) 1994 Michael L. Hitch
@@ -39,7 +39,7 @@
 #include "ser.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: amiga_init.c,v 1.130 2018/09/03 16:29:22 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: amiga_init.c,v 1.131 2021/08/17 22:00:27 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -364,7 +364,7 @@ start_c(int id, u_int fphystart, u_int f
 	/*
 	 * assume KVA_MIN == 0.  We subtract the kernel code (and
 	 * the configdev's and memlists) from the virtual and
-	 * phsical starts and ends.
+	 * physical starts and ends.
 	 */
 	vend   = fphysize;
 	avail  = vend;

Index: src/sys/arch/amiga/dev/fd.c
diff -u src/sys/arch/amiga/dev/fd.c:1.99 src/sys/arch/amiga/dev/fd.c:1.100
--- src/sys/arch/amiga/dev/fd.c:1.99	Sat Aug  7 16:18:41 2021
+++ src/sys/arch/amiga/dev/fd.c	Tue Aug 17 22:00:27 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: fd.c,v 1.99 2021/08/07 16:18:41 thorpej Exp $ */
+/*	$NetBSD: fd.c,v 1.100 2021/08/17 22:00:27 andvar Exp $ */
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.99 2021/08/07 16:18:41 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.100 2021/08/17 22:00:27 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -152,9 +152,9 @@ struct fd_softc {
 	struct callout motor_ch;
 	struct fdtype *type;
 	void *cachep;		/* cached track data (write through) */
-	int cachetrk;		/* cahced track -1 for none */
+	int cachetrk;		/* cached track -1 for none */
 	int hwunit;		/* unit for amiga controlling hw */
-	int unitmask;		/* mask for cia select deslect */
+	int unitmask;		/* mask for cia select deselect */
 	int pstepdir;		/* previous step direction */
 	int curcyl;		/* current curcyl head positioned on */
 	int flags;		/* misc flags */

Index: src/sys/arch/amiga/dev/grfabs_cc.c
diff -u src/sys/arch/amiga/dev/grfabs_cc.c:1.35 src/sys/arch/amiga/dev/grfabs_cc.c:1.36
--- src/sys/arch/amiga/dev/grfabs_cc.c:1.35	Fri Jul  8 09:42:16 2011
+++ src/sys/arch/amiga/dev/grfabs_cc.c	Tue Aug 17 22:00:27 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: grfabs_cc.c,v 1.35 2011/07/08 09:42:16 mrg Exp $ */
+/*	$NetBSD: grfabs_cc.c,v 1.36 2021/08/17 22:00:27 andvar Exp $ */
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -38,7 +38,7 @@
 #include "opt_amigaccgrf.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: grfabs_cc.c,v 1.35 2011/07/08 09:42:16 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: grfabs_cc.c,v 1.36 2021/08/17 22:00:27 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -301,13 +301,13 @@ alloc_bitmap(u_short width, u_short heig
 	 * longwords. -ch */
 
 	/* Sigh, it seems for mapping to work we need the bitplane data to 1:
-	 * be aligned on a page boundry. 2: be n pages large.
+	 * be aligned on a page boundary. 2: be n pages large.
 	 *
 	 * why? because the user gets a page aligned address, if this is before
 	 * your allocation, too bad.  Also it seems that the mapping routines
 	 * do not watch to closely to the allowable length. so if you go over
 	 * n pages by less than another page, the user gets to write all over
-	 * the entire page.  Since you did not allocate up to a page boundry
+	 * the entire page.  Since you did not allocate up to a page boundary
 	 * (or more) the user writes into someone elses memory. -ch */
 #ifdef __powerpc__
 #define m68k_round_page(x)	((((unsigned)(x)) + PGOFSET) & ~PGOFSET)

Index: src/sys/arch/arm/footbridge/footbridge_machdep.c
diff -u src/sys/arch/arm/footbridge/footbridge_machdep.c:1.10 src/sys/arch/arm/footbridge/footbridge_machdep.c:1.11
--- src/sys/arch/arm/footbridge/footbridge_machdep.c:1.10	Tue Apr  1 23:19:10 2003
+++ src/sys/arch/arm/footbridge/footbridge_machdep.c	Tue Aug 17 22:00:27 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: footbridge_machdep.c,v 1.10 2003/04/01 23:19:10 thorpej Exp $	*/
+/*	$NetBSD: footbridge_machdep.c,v 1.11 2021/08/17 22:00:27 andvar Exp $	*/
 
 /*
  * Copyright (c) 1997 Mark Brinicombe.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: footbridge_machdep.c,v 1.10 2003/04/01 23:19:10 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: footbridge_machdep.c,v 1.11 2021/08/17 22:00:27 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -49,9 +49,9 @@ __KERNEL_RCSID(0, "$NetBSD: footbridge_m
  * virtual address space that NOTHING else will access
  * and then we alternate the cache cleaning between the
  * two banks.
- * The cache cleaning code requires requires 2 banks aligned
- * on total size boundry so the banks can be alternated by
- * eorring the size bit (assumes the bank size is a power of 2)
+ * The cache cleaning code requires 2 banks aligned
+ * on total size boundary so the banks can be alternated by
+ * xorring the size bit (assumes the bank size is a power of 2)
  *
  * On the DC21285 we have a special cache clean area so we will
  * use it.

Index: src/sys/arch/arm/imx/imxspi.c
diff -u src/sys/arch/arm/imx/imxspi.c:1.9 src/sys/arch/arm/imx/imxspi.c:1.10
--- src/sys/arch/arm/imx/imxspi.c:1.9	Sat Aug  7 16:18:44 2021
+++ src/sys/arch/arm/imx/imxspi.c	Tue Aug 17 22:00:27 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: imxspi.c,v 1.9 2021/08/07 16:18:44 thorpej Exp $	*/
+/*	$NetBSD: imxspi.c,v 1.10 2021/08/17 22:00:27 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2014  Genetec Corporation.  All rights reserved.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imxspi.c,v 1.9 2021/08/07 16:18:44 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imxspi.c,v 1.10 2021/08/17 22:00:27 andvar Exp $");
 
 #include "opt_imxspi.h"
 #include "opt_fdt.h"
@@ -332,12 +332,12 @@ imxspi_sched(struct imxspi_softc *sc)
 		/* note that we are working on it */
 		sc->sc_transfer = st;
 
-		/* chip slect */
+		/* chip select */
 		if (sc->sc_tag->spi_cs_enable != NULL)
 			sc->sc_tag->spi_cs_enable(sc->sc_tag->cookie,
 			    st->st_slave);
 
-		/* chip slect */
+		/* chip select */
 		chipselect = READ_REG(sc, CONREG);
 		chipselect &= ~IMXSPI_TYPE(CON_CS);
 		chipselect |= __SHIFTIN(st->st_slave, IMXSPI_TYPE(CON_CS));

Index: src/sys/arch/atari/atari/atari_init.c
diff -u src/sys/arch/atari/atari/atari_init.c:1.101 src/sys/arch/atari/atari/atari_init.c:1.102
--- src/sys/arch/atari/atari/atari_init.c:1.101	Mon Feb 26 15:11:12 2018
+++ src/sys/arch/atari/atari/atari_init.c	Tue Aug 17 22:00:27 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: atari_init.c,v 1.101 2018/02/26 15:11:12 tsutsui Exp $	*/
+/*	$NetBSD: atari_init.c,v 1.102 2021/08/17 22:00:27 andvar Exp $	*/
 
 /*
  * Copyright (c) 1995 Leo Weppelman
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atari_init.c,v 1.101 2018/02/26 15:11:12 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atari_init.c,v 1.102 2021/08/17 22:00:27 andvar Exp $");
 
 #include "opt_ddb.h"
 #include "opt_mbtype.h"
@@ -501,7 +501,7 @@ start_c(int id, u_int ttphystart, u_int 
 	 * Map the allocated space in ST-ram now. In the contig-case, there
 	 * is no need to make a distinction between virtual and physical
 	 * addresses. But I make it anyway to be prepared.
-	 * Physcal space is already reserved!
+	 * Physical space is already reserved!
 	 */
 	st_pool_virt = vstart;
 	pg           = (pt_entry_t *)ptpa;

Index: src/sys/arch/atari/dev/grfabs_fal.c
diff -u src/sys/arch/atari/dev/grfabs_fal.c:1.27 src/sys/arch/atari/dev/grfabs_fal.c:1.28
--- src/sys/arch/atari/dev/grfabs_fal.c:1.27	Tue Apr 13 11:31:11 2010
+++ src/sys/arch/atari/dev/grfabs_fal.c	Tue Aug 17 22:00:27 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: grfabs_fal.c,v 1.27 2010/04/13 11:31:11 tsutsui Exp $	*/
+/*	$NetBSD: grfabs_fal.c,v 1.28 2021/08/17 22:00:27 andvar Exp $	*/
 
 /*
  * Copyright (c) 1995 Thomas Gerner.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: grfabs_fal.c,v 1.27 2010/04/13 11:31:11 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: grfabs_fal.c,v 1.28 2021/08/17 22:00:27 andvar Exp $");
 
 #ifdef FALCON_VIDEO
 /*
@@ -556,14 +556,14 @@ alloc_bitmap(u_long width, u_long height
 
 	/*
 	 * Sigh, it seems for mapping to work we need the bitplane data to
-	 *  1: be aligned on a page boundry.
+	 *  1: be aligned on a page boundary.
 	 *  2: be n pages large.
 	 * 
 	 * why? because the user gets a page aligned address, if this is before
 	 * your allocation, too bad.  Also it seems that the mapping routines
 	 * do not watch to closely to the allowable length. so if you go over
 	 * n pages by less than another page, the user gets to write all over
-	 * the entire page. Since you did not allocate up to a page boundry
+	 * the entire page. Since you did not allocate up to a page boundary
 	 * (or more) the user writes into someone elses memory. -ch
 	 */
 	bm_size    = m68k_round_page((width * height * depth) / NBBY);

Index: src/sys/arch/atari/dev/grfabs_tt.c
diff -u src/sys/arch/atari/dev/grfabs_tt.c:1.23 src/sys/arch/atari/dev/grfabs_tt.c:1.24
--- src/sys/arch/atari/dev/grfabs_tt.c:1.23	Tue Apr 13 11:31:11 2010
+++ src/sys/arch/atari/dev/grfabs_tt.c	Tue Aug 17 22:00:27 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: grfabs_tt.c,v 1.23 2010/04/13 11:31:11 tsutsui Exp $	*/
+/*	$NetBSD: grfabs_tt.c,v 1.24 2021/08/17 22:00:27 andvar Exp $	*/
 
 /*
  * Copyright (c) 1995 Leo Weppelman.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: grfabs_tt.c,v 1.23 2010/04/13 11:31:11 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: grfabs_tt.c,v 1.24 2021/08/17 22:00:27 andvar Exp $");
 
 #ifdef TT_VIDEO
 /*
@@ -326,14 +326,14 @@ alloc_bitmap(u_long width, u_long height
 
 	/*
 	 * Sigh, it seems for mapping to work we need the bitplane data to
-	 *  1: be aligned on a page boundry.
+	 *  1: be aligned on a page boundary.
 	 *  2: be n pages large.
 	 * 
 	 * why? because the user gets a page aligned address, if this is before
 	 * your allocation, too bad.  Also it seems that the mapping routines
 	 * do not watch to closely to the allowable length. so if you go over
 	 * n pages by less than another page, the user gets to write all over
-	 * the entire page. Since you did not allocate up to a page boundry
+	 * the entire page. Since you did not allocate up to a page boundary
 	 * (or more) the user writes into someone elses memory. -ch
 	 */
 	bm_size    = m68k_round_page((width * height * depth) / NBBY);

Index: src/sys/arch/atari/dev/if_ne_mb.c
diff -u src/sys/arch/atari/dev/if_ne_mb.c:1.2 src/sys/arch/atari/dev/if_ne_mb.c:1.3
--- src/sys/arch/atari/dev/if_ne_mb.c:1.2	Tue Apr  6 15:32:36 2010
+++ src/sys/arch/atari/dev/if_ne_mb.c	Tue Aug 17 22:00:27 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_ne_mb.c,v 1.2 2010/04/06 15:32:36 tsutsui Exp $	*/
+/*	$NetBSD: if_ne_mb.c,v 1.3 2021/08/17 22:00:27 andvar Exp $	*/
 
 /*
  * Copyright (c) 2010 Izumi Tsutsui.  All rights reserved.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ne_mb.c,v 1.2 2010/04/06 15:32:36 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ne_mb.c,v 1.3 2021/08/17 22:00:27 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -144,7 +144,7 @@ ne_mb_probe(device_t parent, cfdata_t cf
 	    (vaddr_t)bus_space_vaddr(iot, iowh) -
 	    (vaddr_t)bus_space_vaddr(iot, ioh);
 
-	/* check if register regions are vaild */
+	/* check if register regions are valid */
 	if (bus_space_peek_1(iot, ioh, 0) == 0)
 		goto out2;
 

Index: src/sys/arch/evbarm/adi_brh/brh_machdep.c
diff -u src/sys/arch/evbarm/adi_brh/brh_machdep.c:1.50 src/sys/arch/evbarm/adi_brh/brh_machdep.c:1.51
--- src/sys/arch/evbarm/adi_brh/brh_machdep.c:1.50	Sat Apr 18 11:00:38 2020
+++ src/sys/arch/evbarm/adi_brh/brh_machdep.c	Tue Aug 17 22:00:27 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: brh_machdep.c,v 1.50 2020/04/18 11:00:38 skrll Exp $	*/
+/*	$NetBSD: brh_machdep.c,v 1.51 2021/08/17 22:00:27 andvar Exp $	*/
 
 /*
  * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: brh_machdep.c,v 1.50 2020/04/18 11:00:38 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: brh_machdep.c,v 1.51 2021/08/17 22:00:27 andvar Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_console.h"
@@ -414,7 +414,7 @@ initarm(void *arg)
 	bootconfig.dram[0].pages = memsize / PAGE_SIZE;
 
 	/*
-	 * Set up the variables that define the availablilty of
+	 * Set up the variables that define the availability of
 	 * physical memory.  For now, we're going to set
 	 * physical_freestart to 0xc0200000 (where the kernel
 	 * was loaded), and allocate the memory we need downwards.

Index: src/sys/arch/evbarm/armadillo/armadillo9_machdep.c
diff -u src/sys/arch/evbarm/armadillo/armadillo9_machdep.c:1.36 src/sys/arch/evbarm/armadillo/armadillo9_machdep.c:1.37
--- src/sys/arch/evbarm/armadillo/armadillo9_machdep.c:1.36	Sat Apr 18 11:00:38 2020
+++ src/sys/arch/evbarm/armadillo/armadillo9_machdep.c	Tue Aug 17 22:00:28 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: armadillo9_machdep.c,v 1.36 2020/04/18 11:00:38 skrll Exp $	*/
+/*	$NetBSD: armadillo9_machdep.c,v 1.37 2021/08/17 22:00:28 andvar Exp $	*/
 
 /*
  * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@@ -110,7 +110,7 @@
 */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: armadillo9_machdep.c,v 1.36 2020/04/18 11:00:38 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: armadillo9_machdep.c,v 1.37 2021/08/17 22:00:28 andvar Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_console.h"
@@ -522,7 +522,7 @@ initarm(void *arg)
 	printf("initarm: Configuring system ...\n");
 #endif
 	/*
-	 * Set up the variables that define the availablilty of
+	 * Set up the variables that define the availability of
 	 * physical memory.  For now, we're going to set
 	 * physical_freestart to 0xc0200000 (where the kernel
 	 * was loaded), and allocate the memory we need downwards.

Index: src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c
diff -u src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c:1.37 src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c:1.38
--- src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c:1.37	Sat Apr 18 11:00:39 2020
+++ src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c	Tue Aug 17 22:00:28 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: g42xxeb_machdep.c,v 1.37 2020/04/18 11:00:39 skrll Exp $ */
+/*	$NetBSD: g42xxeb_machdep.c,v 1.38 2021/08/17 22:00:28 andvar Exp $ */
 
 /*
  * Copyright (c) 2002, 2003, 2004, 2005  Genetec Corporation.
@@ -512,7 +512,7 @@ initarm(void *arg)
 	bootconfig.dram[0].pages = memsize / PAGE_SIZE;
 
 	/*
-	 * Set up the variables that define the availablilty of
+	 * Set up the variables that define the availability of
 	 * physical memory.  For now, we're going to set
 	 * physical_freestart to 0xa0200000 (where the kernel
 	 * was loaded), and allocate the memory we need downwards.

Index: src/sys/arch/evbarm/hdl_g/hdlg_machdep.c
diff -u src/sys/arch/evbarm/hdl_g/hdlg_machdep.c:1.30 src/sys/arch/evbarm/hdl_g/hdlg_machdep.c:1.31
--- src/sys/arch/evbarm/hdl_g/hdlg_machdep.c:1.30	Sat Apr 18 11:00:39 2020
+++ src/sys/arch/evbarm/hdl_g/hdlg_machdep.c	Tue Aug 17 22:00:28 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: hdlg_machdep.c,v 1.30 2020/04/18 11:00:39 skrll Exp $	*/
+/*	$NetBSD: hdlg_machdep.c,v 1.31 2021/08/17 22:00:28 andvar Exp $	*/
 
 /*
  * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hdlg_machdep.c,v 1.30 2020/04/18 11:00:39 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hdlg_machdep.c,v 1.31 2021/08/17 22:00:28 andvar Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_console.h"
@@ -284,7 +284,7 @@ initarm(void *arg)
 	bootconfig.dram[0].pages = memsize / PAGE_SIZE;
 
 	/*
-	 * Set up the variables that define the availablilty of
+	 * Set up the variables that define the availability of
 	 * physical memory.  For now, we're going to set
 	 * physical_freestart to 0xa0200000 (where the kernel
 	 * was loaded), and allocate the memory we need downwards.

Index: src/sys/arch/evbarm/imx31/imx31lk_machdep.c
diff -u src/sys/arch/evbarm/imx31/imx31lk_machdep.c:1.28 src/sys/arch/evbarm/imx31/imx31lk_machdep.c:1.29
--- src/sys/arch/evbarm/imx31/imx31lk_machdep.c:1.28	Sat Apr 18 11:00:39 2020
+++ src/sys/arch/evbarm/imx31/imx31lk_machdep.c	Tue Aug 17 22:00:28 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: imx31lk_machdep.c,v 1.28 2020/04/18 11:00:39 skrll Exp $ */
+/* $NetBSD: imx31lk_machdep.c,v 1.29 2021/08/17 22:00:28 andvar Exp $ */
 
 /*
  * Startup routines for the ZOOM iMX31 LITEKIT.
@@ -110,7 +110,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imx31lk_machdep.c,v 1.28 2020/04/18 11:00:39 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imx31lk_machdep.c,v 1.29 2021/08/17 22:00:28 andvar Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_console.h"
@@ -391,7 +391,7 @@ initarm(void *arg)
 	bootconfig.dram[0].pages = MEMSIZE / PAGE_SIZE;
 
 	/*
-	 * Set up the variables that define the availablilty of
+	 * Set up the variables that define the availability of
 	 * physical memory.  For now, we're going to set
 	 * physical_freeend to 0x80100000UL (where the kernel
 	 * was loaded) and allocate the memory we need downwards.

Index: src/sys/arch/evbarm/iq80310/iq80310_machdep.c
diff -u src/sys/arch/evbarm/iq80310/iq80310_machdep.c:1.93 src/sys/arch/evbarm/iq80310/iq80310_machdep.c:1.94
--- src/sys/arch/evbarm/iq80310/iq80310_machdep.c:1.93	Sat Apr 18 11:00:39 2020
+++ src/sys/arch/evbarm/iq80310/iq80310_machdep.c	Tue Aug 17 22:00:28 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: iq80310_machdep.c,v 1.93 2020/04/18 11:00:39 skrll Exp $	*/
+/*	$NetBSD: iq80310_machdep.c,v 1.94 2021/08/17 22:00:28 andvar Exp $	*/
 
 /*
  * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iq80310_machdep.c,v 1.93 2020/04/18 11:00:39 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iq80310_machdep.c,v 1.94 2021/08/17 22:00:28 andvar Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_console.h"
@@ -406,7 +406,7 @@ initarm(void *arg)
 	bootconfig.dram[0].pages = memsize / PAGE_SIZE;
 
 	/*
-	 * Set up the variables that define the availablilty of
+	 * Set up the variables that define the availability of
 	 * physical memory.  For now, we're going to set
 	 * physical_freestart to 0xa0200000 (where the kernel
 	 * was loaded), and allocate the memory we need downwards.

Index: src/sys/arch/evbarm/iq80321/iq80321_machdep.c
diff -u src/sys/arch/evbarm/iq80321/iq80321_machdep.c:1.63 src/sys/arch/evbarm/iq80321/iq80321_machdep.c:1.64
--- src/sys/arch/evbarm/iq80321/iq80321_machdep.c:1.63	Sat Apr 18 11:00:39 2020
+++ src/sys/arch/evbarm/iq80321/iq80321_machdep.c	Tue Aug 17 22:00:28 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: iq80321_machdep.c,v 1.63 2020/04/18 11:00:39 skrll Exp $	*/
+/*	$NetBSD: iq80321_machdep.c,v 1.64 2021/08/17 22:00:28 andvar Exp $	*/
 
 /*
  * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iq80321_machdep.c,v 1.63 2020/04/18 11:00:39 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iq80321_machdep.c,v 1.64 2021/08/17 22:00:28 andvar Exp $");
 
 #include "opt_console.h"
 #include "opt_ddb.h"
@@ -428,7 +428,7 @@ initarm(void *arg)
 	bootconfig.dram[0].pages = memsize / PAGE_SIZE;
 
 	/*
-	 * Set up the variables that define the availablilty of
+	 * Set up the variables that define the availability of
 	 * physical memory.  For now, we're going to set
 	 * physical_freestart to 0xa0200000 (where the kernel
 	 * was loaded), and allocate the memory we need downwards.

Index: src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c
diff -u src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c:1.45 src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c:1.46
--- src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c:1.45	Sat Apr 18 11:00:40 2020
+++ src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c	Tue Aug 17 22:00:28 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: ixdp425_machdep.c,v 1.45 2020/04/18 11:00:40 skrll Exp $ */
+/*	$NetBSD: ixdp425_machdep.c,v 1.46 2021/08/17 22:00:28 andvar Exp $ */
 /*
  * Copyright (c) 2003
  *	Ichiro FUKUHARA <ich...@ichiro.org>.
@@ -64,7 +64,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixdp425_machdep.c,v 1.45 2020/04/18 11:00:40 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixdp425_machdep.c,v 1.46 2021/08/17 22:00:28 andvar Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_console.h"
@@ -410,7 +410,7 @@ initarm(void *arg)
         kerneldatasize = ((kerneldatasize - 1) & ~(PAGE_SIZE * 4 - 1)) + PAGE_SIZE * 8;
 
 	/*
-	 * Set up the variables that define the availablilty of
+	 * Set up the variables that define the availability of
 	 * physical memory.  For now, we're going to set
 	 * physical_freestart to 0x10200000 (where the kernel
 	 * was loaded), and allocate the memory we need downwards.

Index: src/sys/arch/evbarm/ixm1200/ixm1200_machdep.c
diff -u src/sys/arch/evbarm/ixm1200/ixm1200_machdep.c:1.65 src/sys/arch/evbarm/ixm1200/ixm1200_machdep.c:1.66
--- src/sys/arch/evbarm/ixm1200/ixm1200_machdep.c:1.65	Sat Apr 18 11:00:40 2020
+++ src/sys/arch/evbarm/ixm1200/ixm1200_machdep.c	Tue Aug 17 22:00:28 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: ixm1200_machdep.c,v 1.65 2020/04/18 11:00:40 skrll Exp $ */
+/*	$NetBSD: ixm1200_machdep.c,v 1.66 2021/08/17 22:00:28 andvar Exp $ */
 
 /*
  * Copyright (c) 2002, 2003
@@ -61,7 +61,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixm1200_machdep.c,v 1.65 2020/04/18 11:00:40 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixm1200_machdep.c,v 1.66 2021/08/17 22:00:28 andvar Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_console.h"
@@ -375,7 +375,7 @@ initarm(void *arg)
 	kerneldatasize = ((kerneldatasize - 1) & ~(PAGE_SIZE * 4 - 1)) + PAGE_SIZE * 8;
 
 	/*
-	 * Set up the variables that define the availablilty of physcial
+	 * Set up the variables that define the availability of physical
 	 * memory
 	 */
 	physical_start = bootconfig.dram[0].address;
@@ -604,7 +604,7 @@ initarm(void *arg)
 	 * but since we are boot strapping the addresses used for the read
 	 * may have just been remapped and thus the cache could be out
 	 * of sync. A re-clean after the switch will cure this.
-	 * After booting there are no gross reloations of the kernel thus
+	 * After booting there are no gross relocations of the kernel thus
 	 * this problem will not occur after initarm().
 	 */
 	cpu_idcache_wbinv_all();
@@ -639,7 +639,7 @@ initarm(void *arg)
 	 * Once things get going this will change as we will need a proper
 	 * handler. Until then we will use a handler that just panics but
 	 * tells us why.
-	 * Initialisation of the vetcors will just panic on a data abort.
+	 * Initialisation of the vectors will just panic on a data abort.
 	 * This just fills in a slightly better one.
 	 */
 #ifdef VERBOSE_INIT_ARM
@@ -740,9 +740,9 @@ consinit(void)
  * virtual address space that NOTHING else will access
  * and then we alternate the cache cleaning between the
  * two banks.
- * The cache cleaning code requires requires 2 banks aligned
- * on total size boundry so the banks can be alternated by
- * eorring the size bit (assumes the bank size is a power of 2)
+ * The cache cleaning code requires 2 banks aligned
+ * on total size boundary so the banks can be alternated by
+ * xorring the size bit (assumes the bank size is a power of 2)
  */
 void
 ixdp_ixp12x0_cc_setup(void)

Index: src/sys/arch/evbarm/lubbock/lubbock_machdep.c
diff -u src/sys/arch/evbarm/lubbock/lubbock_machdep.c:1.41 src/sys/arch/evbarm/lubbock/lubbock_machdep.c:1.42
--- src/sys/arch/evbarm/lubbock/lubbock_machdep.c:1.41	Sat Apr 18 11:00:40 2020
+++ src/sys/arch/evbarm/lubbock/lubbock_machdep.c	Tue Aug 17 22:00:29 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: lubbock_machdep.c,v 1.41 2020/04/18 11:00:40 skrll Exp $ */
+/*	$NetBSD: lubbock_machdep.c,v 1.42 2021/08/17 22:00:29 andvar Exp $ */
 
 /*
  * Copyright (c) 2002, 2003, 2005  Genetec Corporation.  All rights reserved.
@@ -112,7 +112,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lubbock_machdep.c,v 1.41 2020/04/18 11:00:40 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lubbock_machdep.c,v 1.42 2021/08/17 22:00:29 andvar Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_console.h"
@@ -587,7 +587,7 @@ initarm(void *arg)
 	bootconfig.dram[0].pages = memsize / PAGE_SIZE;
 
 	/*
-	 * Set up the variables that define the availablilty of
+	 * Set up the variables that define the availability of
 	 * physical memory.  For now, we're going to set
 	 * physical_freestart to 0xa0200000 (where the kernel
 	 * was loaded), and allocate the memory we need downwards.

Index: src/sys/arch/evbarm/mini2440/mini2440_machdep.c
diff -u src/sys/arch/evbarm/mini2440/mini2440_machdep.c:1.18 src/sys/arch/evbarm/mini2440/mini2440_machdep.c:1.19
--- src/sys/arch/evbarm/mini2440/mini2440_machdep.c:1.18	Sat Apr 18 11:00:40 2020
+++ src/sys/arch/evbarm/mini2440/mini2440_machdep.c	Tue Aug 17 22:00:29 2021
@@ -131,7 +131,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mini2440_machdep.c,v 1.18 2020/04/18 11:00:40 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mini2440_machdep.c,v 1.19 2021/08/17 22:00:29 andvar Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_console.h"
@@ -540,7 +540,7 @@ initarm(void *arg)
 	bootconfig.dram[0].pages = SDRAM_SIZE / PAGE_SIZE;
 
 	/*
-	 * Set up the variables that define the availablilty of
+	 * Set up the variables that define the availability of
 	 * physical memory.
          * We use the 2MB between the physical start and the kernel to
          * begin with. Allocating from 0x30200000 and downwards

Index: src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c
diff -u src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c:1.28 src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c:1.29
--- src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c:1.28	Sat Apr 18 11:00:40 2020
+++ src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c	Tue Aug 17 22:00:29 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: npwr_fc_machdep.c,v 1.28 2020/04/18 11:00:40 skrll Exp $	*/
+/*	$NetBSD: npwr_fc_machdep.c,v 1.29 2021/08/17 22:00:29 andvar Exp $	*/
 
 /*
  * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: npwr_fc_machdep.c,v 1.28 2020/04/18 11:00:40 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: npwr_fc_machdep.c,v 1.29 2021/08/17 22:00:29 andvar Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_console.h"
@@ -401,7 +401,7 @@ initarm(void *arg)
 	bootconfig.dram[0].pages = memsize / PAGE_SIZE;
 
 	/*
-	 * Set up the variables that define the availablilty of
+	 * Set up the variables that define the availability of
 	 * physical memory.  For now, we're going to set
 	 * physical_freestart to 0xa0200000 (where the kernel
 	 * was loaded), and allocate the memory we need downwards.

Index: src/sys/arch/evbarm/nslu2/nslu2_machdep.c
diff -u src/sys/arch/evbarm/nslu2/nslu2_machdep.c:1.34 src/sys/arch/evbarm/nslu2/nslu2_machdep.c:1.35
--- src/sys/arch/evbarm/nslu2/nslu2_machdep.c:1.34	Sat Apr 18 11:00:41 2020
+++ src/sys/arch/evbarm/nslu2/nslu2_machdep.c	Tue Aug 17 22:00:29 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: nslu2_machdep.c,v 1.34 2020/04/18 11:00:41 skrll Exp $	*/
+/*	$NetBSD: nslu2_machdep.c,v 1.35 2021/08/17 22:00:29 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -94,7 +94,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nslu2_machdep.c,v 1.34 2020/04/18 11:00:41 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nslu2_machdep.c,v 1.35 2021/08/17 22:00:29 andvar Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_console.h"
@@ -478,7 +478,7 @@ initarm(void *arg)
         kerneldatasize = ((kerneldatasize - 1) & ~(PAGE_SIZE * 4 - 1)) + PAGE_SIZE * 8;
 
 	/*
-	 * Set up the variables that define the availablilty of
+	 * Set up the variables that define the availability of
 	 * physical memory.  For now, we're going to set
 	 * physical_freestart to 0x10200000 (where the kernel
 	 * was loaded), and allocate the memory we need downwards.

Index: src/sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c
diff -u src/sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c:1.44 src/sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c:1.45
--- src/sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c:1.44	Sat Apr 18 11:00:41 2020
+++ src/sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c	Tue Aug 17 22:00:29 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: smdk2410_machdep.c,v 1.44 2020/04/18 11:00:41 skrll Exp $ */
+/*	$NetBSD: smdk2410_machdep.c,v 1.45 2021/08/17 22:00:29 andvar Exp $ */
 
 /*
  * Copyright (c) 2002, 2003 Fujitsu Component Limited
@@ -105,7 +105,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: smdk2410_machdep.c,v 1.44 2020/04/18 11:00:41 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: smdk2410_machdep.c,v 1.45 2021/08/17 22:00:29 andvar Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_console.h"
@@ -513,7 +513,7 @@ initarm(void *arg)
 	bootconfig.dram[0].pages = SDRAM_SIZE / PAGE_SIZE;
 
 	/*
-	 * Set up the variables that define the availablilty of
+	 * Set up the variables that define the availability of
 	 * physical memory.  For now, we're going to set
 	 * physical_freestart to 0x08200000 (where the kernel
 	 * was loaded), and allocate the memory we need downwards.

Index: src/sys/arch/evbarm/smdk2xx0/smdk2800_machdep.c
diff -u src/sys/arch/evbarm/smdk2xx0/smdk2800_machdep.c:1.49 src/sys/arch/evbarm/smdk2xx0/smdk2800_machdep.c:1.50
--- src/sys/arch/evbarm/smdk2xx0/smdk2800_machdep.c:1.49	Sat Apr 18 11:00:41 2020
+++ src/sys/arch/evbarm/smdk2xx0/smdk2800_machdep.c	Tue Aug 17 22:00:29 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: smdk2800_machdep.c,v 1.49 2020/04/18 11:00:41 skrll Exp $ */
+/*	$NetBSD: smdk2800_machdep.c,v 1.50 2021/08/17 22:00:29 andvar Exp $ */
 
 /*
  * Copyright (c) 2002, 2003, 2005 Fujitsu Component Limited
@@ -106,7 +106,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: smdk2800_machdep.c,v 1.49 2020/04/18 11:00:41 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: smdk2800_machdep.c,v 1.50 2021/08/17 22:00:29 andvar Exp $");
 
 #include "opt_ddb.h"
 #include "opt_console.h"
@@ -416,7 +416,7 @@ initarm(void *arg)
 	bootconfig.dram[0].pages = SDRAM_SIZE / PAGE_SIZE;
 
 	/*
-	 * Set up the variables that define the availablilty of
+	 * Set up the variables that define the availability of
 	 * physical memory.  For now, we're going to set
 	 * physical_freestart to 0x08200000 (where the kernel
 	 * was loaded), and allocate the memory we need downwards.

Index: src/sys/arch/evbarm/tsarm/tsarm_machdep.c
diff -u src/sys/arch/evbarm/tsarm/tsarm_machdep.c:1.31 src/sys/arch/evbarm/tsarm/tsarm_machdep.c:1.32
--- src/sys/arch/evbarm/tsarm/tsarm_machdep.c:1.31	Sat Apr 18 11:00:41 2020
+++ src/sys/arch/evbarm/tsarm/tsarm_machdep.c	Tue Aug 17 22:00:29 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: tsarm_machdep.c,v 1.31 2020/04/18 11:00:41 skrll Exp $ */
+/*	$NetBSD: tsarm_machdep.c,v 1.32 2021/08/17 22:00:29 andvar Exp $ */
 
 /*
  * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tsarm_machdep.c,v 1.31 2020/04/18 11:00:41 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tsarm_machdep.c,v 1.32 2021/08/17 22:00:29 andvar Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_console.h"
@@ -435,7 +435,7 @@ initarm(void *arg)
 	bootconfig.dram[3].pages = 0x800000UL / PAGE_SIZE;
 
 	/*
-	 * Set up the variables that define the availablilty of
+	 * Set up the variables that define the availability of
 	 * physical memory.  For now, we're going to set
 	 * physical_freestart to 0x00200000 (where the kernel
 	 * was loaded), and allocate the memory we need downwards.

Index: src/sys/arch/evbarm/viper/viper_machdep.c
diff -u src/sys/arch/evbarm/viper/viper_machdep.c:1.32 src/sys/arch/evbarm/viper/viper_machdep.c:1.33
--- src/sys/arch/evbarm/viper/viper_machdep.c:1.32	Sat Apr 18 11:00:41 2020
+++ src/sys/arch/evbarm/viper/viper_machdep.c	Tue Aug 17 22:00:29 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: viper_machdep.c,v 1.32 2020/04/18 11:00:41 skrll Exp $ */
+/*	$NetBSD: viper_machdep.c,v 1.33 2021/08/17 22:00:29 andvar Exp $ */
 
 /*
  * Startup routines for the Arcom Viper.  Below you can trace the
@@ -112,7 +112,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: viper_machdep.c,v 1.32 2020/04/18 11:00:41 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: viper_machdep.c,v 1.33 2021/08/17 22:00:29 andvar Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_console.h"
@@ -440,7 +440,7 @@ initarm(void *arg)
 	bootconfig.dram[0].pages = MEMSIZE / PAGE_SIZE;
 
 	/*
-	 * Set up the variables that define the availablilty of
+	 * Set up the variables that define the availability of
 	 * physical memory.  For now, we're going to set
 	 * physical_freestart to 0xa0200000 (where the kernel
 	 * was loaded), and allocate the memory we need downwards.

Index: src/sys/arch/hpcarm/hpcarm/kloader_machdep.c
diff -u src/sys/arch/hpcarm/hpcarm/kloader_machdep.c:1.2 src/sys/arch/hpcarm/hpcarm/kloader_machdep.c:1.3
--- src/sys/arch/hpcarm/hpcarm/kloader_machdep.c:1.2	Sun Mar  2 13:27:38 2014
+++ src/sys/arch/hpcarm/hpcarm/kloader_machdep.c	Tue Aug 17 22:00:29 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: kloader_machdep.c,v 1.2 2014/03/02 13:27:38 joerg Exp $	*/
+/*	$NetBSD: kloader_machdep.c,v 1.3 2021/08/17 22:00:29 andvar Exp $	*/
 
 /*-
  * Copyright (C) 2012 NONAKA Kimihiro <non...@netbsd.org>
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kloader_machdep.c,v 1.2 2014/03/02 13:27:38 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kloader_machdep.c,v 1.3 2021/08/17 22:00:29 andvar Exp $");
 
 #include "debug_kloader.h"
 #include "opt_cputypes.h"
@@ -87,7 +87,7 @@ kloader_hpcarm_jump(kloader_bootfunc_t f
 }
 
 /*
- * Physcal address to virtual address
+ * Physical address to virtual address
  */
 vaddr_t
 kloader_phystov(paddr_t pa)

Index: src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c
diff -u src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c:1.29 src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c:1.30
--- src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c:1.29	Sat Apr 18 11:00:41 2020
+++ src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c	Tue Aug 17 22:00:29 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: pxa2x0_hpc_machdep.c,v 1.29 2020/04/18 11:00:41 skrll Exp $	*/
+/*	$NetBSD: pxa2x0_hpc_machdep.c,v 1.30 2021/08/17 22:00:29 andvar Exp $	*/
 
 /*
  * Copyright (c) 1994-1998 Mark Brinicombe.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pxa2x0_hpc_machdep.c,v 1.29 2020/04/18 11:00:41 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pxa2x0_hpc_machdep.c,v 1.30 2021/08/17 22:00:29 andvar Exp $");
 
 #include "opt_ddb.h"
 #include "opt_dram_pages.h"
@@ -298,7 +298,7 @@ init_pxa2x0(int argc, char **argv, struc
 	 */
 
 	/*
-	 * Set up the variables that define the availability of physcial
+	 * Set up the variables that define the availability of physical
 	 * memory.
 	 */
 	physical_start = bootconfig.dram[0].address;

Index: src/sys/arch/hpcarm/hpcarm/sa11x0_hpc_machdep.c
diff -u src/sys/arch/hpcarm/hpcarm/sa11x0_hpc_machdep.c:1.17 src/sys/arch/hpcarm/hpcarm/sa11x0_hpc_machdep.c:1.18
--- src/sys/arch/hpcarm/hpcarm/sa11x0_hpc_machdep.c:1.17	Sat Apr 18 11:00:41 2020
+++ src/sys/arch/hpcarm/hpcarm/sa11x0_hpc_machdep.c	Tue Aug 17 22:00:29 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: sa11x0_hpc_machdep.c,v 1.17 2020/04/18 11:00:41 skrll Exp $	*/
+/*	$NetBSD: sa11x0_hpc_machdep.c,v 1.18 2021/08/17 22:00:29 andvar Exp $	*/
 
 /*
  * Copyright (c) 1994-1998 Mark Brinicombe.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sa11x0_hpc_machdep.c,v 1.17 2020/04/18 11:00:41 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sa11x0_hpc_machdep.c,v 1.18 2021/08/17 22:00:29 andvar Exp $");
 
 #include "opt_ddb.h"
 #include "opt_dram_pages.h"
@@ -223,7 +223,7 @@ init_sa11x0(int argc, char **argv, struc
 	 */
 
 	/*
-	 * Set up the variables that define the availability of physcial
+	 * Set up the variables that define the availability of physical
 	 * memory.
 	 */
 	physical_start = bootconfig.dram[0].address;

Index: src/sys/arch/i386/conf/MODULAR
diff -u src/sys/arch/i386/conf/MODULAR:1.8 src/sys/arch/i386/conf/MODULAR:1.9
--- src/sys/arch/i386/conf/MODULAR:1.8	Wed Jan 20 13:22:08 2021
+++ src/sys/arch/i386/conf/MODULAR	Tue Aug 17 22:00:29 2021
@@ -1,4 +1,4 @@
-# $NetBSD: MODULAR,v 1.8 2021/01/20 13:22:08 nia Exp $
+# $NetBSD: MODULAR,v 1.9 2021/08/17 22:00:29 andvar Exp $
 #
 # MODULAR kernel
 # This kernel config prefers loading kernel drivers from file system.
@@ -9,7 +9,7 @@ include "arch/i386/conf/GENERIC"
 # these features are available as modules
 #
 no options	AIO		# POSIX asynchronous I/O, built as a module
-no options	MQUEUE		# POSIX messsage queues, built as a module
+no options	MQUEUE		# POSIX message queues, built as a module
 no options	NFSSERVER	# Network File System server
 
 # build non boot critical file systems as modules

Index: src/sys/arch/macppc/stand/ofwboot/ofdev.c
diff -u src/sys/arch/macppc/stand/ofwboot/ofdev.c:1.29 src/sys/arch/macppc/stand/ofwboot/ofdev.c:1.30
--- src/sys/arch/macppc/stand/ofwboot/ofdev.c:1.29	Mon May 24 11:13:44 2021
+++ src/sys/arch/macppc/stand/ofwboot/ofdev.c	Tue Aug 17 22:00:30 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: ofdev.c,v 1.29 2021/05/24 11:13:44 martin Exp $	*/
+/*	$NetBSD: ofdev.c,v 1.30 2021/08/17 22:00:30 andvar Exp $	*/
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -325,7 +325,7 @@ parsefilepath(const char *path, char *de
 		*cp = savec;
 		if (dhandle != -1) {
 			/*
-			 * If it's a vaild device, lp is a delimiter
+			 * If it's a valid device, lp is a delimiter
 			 * in the OF device path.
 			 */
 			if (OF_getprop(dhandle, "device_type", devtype,

Index: src/sys/arch/mips/alchemy/include/aureg.h
diff -u src/sys/arch/mips/alchemy/include/aureg.h:1.18 src/sys/arch/mips/alchemy/include/aureg.h:1.19
--- src/sys/arch/mips/alchemy/include/aureg.h:1.18	Mon Oct  2 06:44:00 2006
+++ src/sys/arch/mips/alchemy/include/aureg.h	Tue Aug 17 22:00:30 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: aureg.h,v 1.18 2006/10/02 06:44:00 gdamore Exp $ */
+/* $NetBSD: aureg.h,v 1.19 2021/08/17 22:00:30 andvar Exp $ */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -328,7 +328,7 @@
 #define	 SCS_CP1		(1<<10)		/* psc1_intclock select */
 #define	 SCS_MP0(n)		(n<<7)		/* psc0_intclock mux */
 #define  SCS_DP0		(1<<6)		/* psc0_intclock divider */
-#define	 SCS_CP0		(1<<5)		/* psc0_intclock seelct */
+#define	 SCS_CP0		(1<<5)		/* psc0_intclock select */
 #define	 SCS_MP2(n)		(n<<2)		/* psc2_intclock mux */
 #define	 SCS_DP2		(1<<1)		/* psc2_intclock divider */
 #define	 SCS_CP2		(1<<0)		/* psc2_intclock select */

Index: src/sys/arch/mips/ralink/ralink_eth.c
diff -u src/sys/arch/mips/ralink/ralink_eth.c:1.21 src/sys/arch/mips/ralink/ralink_eth.c:1.22
--- src/sys/arch/mips/ralink/ralink_eth.c:1.21	Tue Feb  4 05:18:36 2020
+++ src/sys/arch/mips/ralink/ralink_eth.c	Tue Aug 17 22:00:30 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: ralink_eth.c,v 1.21 2020/02/04 05:18:36 thorpej Exp $	*/
+/*	$NetBSD: ralink_eth.c,v 1.22 2021/08/17 22:00:30 andvar Exp $	*/
 /*-
  * Copyright (c) 2011 CradlePoint Technology, Inc.
  * All rights reserved.
@@ -29,7 +29,7 @@
 /* ralink_eth.c -- Ralink Ethernet Driver */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ralink_eth.c,v 1.21 2020/02/04 05:18:36 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ralink_eth.c,v 1.22 2021/08/17 22:00:30 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -1539,7 +1539,7 @@ ralink_eth_rxintr(ralink_eth_softc_t *sc
 		 */
 		MCLAIM(m, &sc->sc_ethercom.ec_rx_mowner);
 
-		/* push it up the inteface */
+		/* push it up the interface */
 		m_set_rcvif(m, ifp);
 
 #ifdef RALINK_ETH_DEBUG

Index: src/sys/arch/mipsco/obio/rambo.h
diff -u src/sys/arch/mipsco/obio/rambo.h:1.7 src/sys/arch/mipsco/obio/rambo.h:1.8
--- src/sys/arch/mipsco/obio/rambo.h:1.7	Mon Jun 29 20:49:25 2009
+++ src/sys/arch/mipsco/obio/rambo.h	Tue Aug 17 22:00:30 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: rambo.h,v 1.7 2009/06/29 20:49:25 mbalmer Exp $	*/
+/*	$NetBSD: rambo.h,v 1.8 2021/08/17 22:00:30 andvar Exp $	*/
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -103,7 +103,7 @@ struct	rambo_ch {
 #define	RB_BLK_MASK	0x3f	/* Alignment mask */
 #define	RB_BLK_SIZE	64	/* Bytes in a DMA Block */
 
-/* DMA cannot cross 512k boundry (2^19 == 512k) */
+/* DMA cannot cross 512k boundary (2^19 == 512k) */
 #define RB_BSIZE	19
 #define RB_BMASK	((1<<RB_BSIZE)-1)
 #define	RB_BOUNDRY	(1<<RB_BSIZE)

Index: src/sys/arch/netwinder/netwinder/netwinder_machdep.c
diff -u src/sys/arch/netwinder/netwinder/netwinder_machdep.c:1.90 src/sys/arch/netwinder/netwinder/netwinder_machdep.c:1.91
--- src/sys/arch/netwinder/netwinder/netwinder_machdep.c:1.90	Sat Apr 18 11:00:42 2020
+++ src/sys/arch/netwinder/netwinder/netwinder_machdep.c	Tue Aug 17 22:00:30 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: netwinder_machdep.c,v 1.90 2020/04/18 11:00:42 skrll Exp $	*/
+/*	$NetBSD: netwinder_machdep.c,v 1.91 2021/08/17 22:00:30 andvar Exp $	*/
 
 /*
  * Copyright (c) 1997,1998 Mark Brinicombe.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netwinder_machdep.c,v 1.90 2020/04/18 11:00:42 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netwinder_machdep.c,v 1.91 2021/08/17 22:00:30 andvar Exp $");
 
 #include "opt_ddb.h"
 
@@ -449,7 +449,7 @@ initarm(void *arg)
 	bootconfig.dram[0].pages = nwbootinfo.bi_nrpages;
 
 	/*
-	 * Set up the variables that define the availablilty of
+	 * Set up the variables that define the availability of
 	 * physical memory.
 	 *
 	 * Since the NetWinder NeTTrom doesn't load ELF symbols

Index: src/sys/arch/pmax/ibus/siireg.h
diff -u src/sys/arch/pmax/ibus/siireg.h:1.2 src/sys/arch/pmax/ibus/siireg.h:1.3
--- src/sys/arch/pmax/ibus/siireg.h:1.2	Sat Jul 29 19:10:57 2006
+++ src/sys/arch/pmax/ibus/siireg.h	Tue Aug 17 22:00:30 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: siireg.h,v 1.2 2006/07/29 19:10:57 ad Exp $	*/
+/*	$NetBSD: siireg.h,v 1.3 2021/08/17 22:00:30 andvar Exp $	*/
 
 /*
  * Copyright (c) 1992, 1993
@@ -182,7 +182,7 @@ typedef volatile struct {
 #define SII_TBE		0x0800	/* Transmit Buffer Empty */
 #define SII_IBF		0x0400	/* Input Buffer Full */
 #define SII_IPE		0x0200	/* Incoming Parity Error */
-#define SII_OBB		0x0100	/* Odd Byte Boundry */
+#define SII_OBB		0x0100	/* Odd Byte Boundary */
 #define SII_MIS		0x0010	/* Phase Mismatch */
 #define SII_ATN		0x0008	/* ATN set by initiator if in Target mode */
 #define SII_MSG		0x0004	/* current bus state of MSG */

Index: src/sys/arch/powerpc/oea/ofw_rascons.c
diff -u src/sys/arch/powerpc/oea/ofw_rascons.c:1.17 src/sys/arch/powerpc/oea/ofw_rascons.c:1.18
--- src/sys/arch/powerpc/oea/ofw_rascons.c:1.17	Tue Jul  7 13:57:20 2020
+++ src/sys/arch/powerpc/oea/ofw_rascons.c	Tue Aug 17 22:00:30 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: ofw_rascons.c,v 1.17 2020/07/07 13:57:20 rin Exp $	*/
+/*	$NetBSD: ofw_rascons.c,v 1.18 2021/08/17 22:00:30 andvar Exp $	*/
 
 /*
  * Copyright (c) 1995, 1996 Carnegie-Mellon University.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ofw_rascons.c,v 1.17 2020/07/07 13:57:20 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ofw_rascons.c,v 1.18 2021/08/17 22:00:30 andvar Exp $");
 
 #include "wsdisplay.h"
 
@@ -201,7 +201,7 @@ copy_rom_font(void)
 	OF_getprop(chosen, "mmu", &mmu, 4);
 
 	/*
-	 * Convert to physcal address.  We cannot access to Open Firmware's
+	 * Convert to physical address.  We cannot access to Open Firmware's
 	 * virtual address space.
 	 */
 	OF_call_method("translate", mmu, 1, 3, romfont, &romfont, &m, &e);

Index: src/sys/arch/sh3/include/scifreg.h
diff -u src/sys/arch/sh3/include/scifreg.h:1.11 src/sys/arch/sh3/include/scifreg.h:1.12
--- src/sys/arch/sh3/include/scifreg.h:1.11	Tue May 28 08:59:34 2019
+++ src/sys/arch/sh3/include/scifreg.h	Tue Aug 17 22:00:30 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: scifreg.h,v 1.11 2019/05/28 08:59:34 msaitoh Exp $ */
+/* $NetBSD: scifreg.h,v 1.12 2021/08/17 22:00:30 andvar Exp $ */
 
 /*-
  * Copyright (C) 1999 SAITOH Masanobu.  All rights reserved.
@@ -73,7 +73,7 @@
 #define	SCIF_FCR		0x18	/* fifo control */
 #define	SCIF_FDR		0x1c	/* fifo data count set */
 
-#define SCIF_SPTR		0x20	/* seial port */
+#define SCIF_SPTR		0x20	/* serial port */
 #define SCIF_LSR		0x24	/* line status */
 
 #define	SHREG_SCSMR2  (*(volatile uint16_t *)(SH4_SCIF_BASE + SCIF_SMR))

Index: src/sys/arch/shark/shark/shark_machdep.c
diff -u src/sys/arch/shark/shark/shark_machdep.c:1.46 src/sys/arch/shark/shark/shark_machdep.c:1.47
--- src/sys/arch/shark/shark/shark_machdep.c:1.46	Tue Jul 16 14:41:49 2019
+++ src/sys/arch/shark/shark/shark_machdep.c	Tue Aug 17 22:00:31 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: shark_machdep.c,v 1.46 2019/07/16 14:41:49 skrll Exp $	*/
+/*	$NetBSD: shark_machdep.c,v 1.47 2021/08/17 22:00:31 andvar Exp $	*/
 
 /*
  * Copyright 1997
@@ -38,7 +38,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: shark_machdep.c,v 1.46 2019/07/16 14:41:49 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: shark_machdep.c,v 1.47 2021/08/17 22:00:31 andvar Exp $");
 
 #include "opt_ddb.h"
 #include "opt_modular.h"
@@ -133,8 +133,8 @@ int ofw_handleticks = 0;	/* set to TRUE 
  * For faster cache cleaning we need two 16K banks of virtual address
  * space that NOTHING else will access and then we alternate the cache
  * cleaning between the two banks.
- * The cache cleaning code requires requires 2 banks aligned
- * on total size boundry so the banks can be alternated by
+ * The cache cleaning code requires 2 banks aligned
+ * on total size boundary so the banks can be alternated by
  * xorring the size bit (assumes the bank size is a power of 2)
  */
 extern unsigned int sa1_cache_clean_addr;

Index: src/sys/arch/sparc/sparc/machdep.c
diff -u src/sys/arch/sparc/sparc/machdep.c:1.336 src/sys/arch/sparc/sparc/machdep.c:1.337
--- src/sys/arch/sparc/sparc/machdep.c:1.336	Sun Jan 24 07:36:54 2021
+++ src/sys/arch/sparc/sparc/machdep.c	Tue Aug 17 22:00:31 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: machdep.c,v 1.336 2021/01/24 07:36:54 mrg Exp $ */
+/*	$NetBSD: machdep.c,v 1.337 2021/08/17 22:00:31 andvar Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -71,7 +71,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.336 2021/01/24 07:36:54 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.337 2021/08/17 22:00:31 andvar Exp $");
 
 #include "opt_compat_netbsd.h"
 #include "opt_compat_sunos.h"
@@ -1559,7 +1559,7 @@ sun4_dmamap_load(bus_dma_tag_t t, bus_dm
 
 	if ((map->_dm_flags & BUS_DMA_24BIT) == 0) {
 		/*
-		 * XXX Need to implement "don't DMA across this boundry".
+		 * XXX Need to implement "don't DMA across this boundary".
 		 */
 		if (map->_dm_boundary != 0) {
 			bus_addr_t baddr;

Index: src/sys/arch/sun2/sun2/machdep.c
diff -u src/sys/arch/sun2/sun2/machdep.c:1.83 src/sys/arch/sun2/sun2/machdep.c:1.84
--- src/sys/arch/sun2/sun2/machdep.c:1.83	Thu Jun 11 19:20:45 2020
+++ src/sys/arch/sun2/sun2/machdep.c	Tue Aug 17 22:00:31 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: machdep.c,v 1.83 2020/06/11 19:20:45 ad Exp $	*/
+/*	$NetBSD: machdep.c,v 1.84 2021/08/17 22:00:31 andvar Exp $	*/
 
 /*
  * Copyright (c) 1982, 1986, 1990, 1993
@@ -149,7 +149,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.83 2020/06/11 19:20:45 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.84 2021/08/17 22:00:31 andvar Exp $");
 
 #include "opt_ddb.h"
 #include "opt_fpu_emulate.h"
@@ -898,7 +898,7 @@ _bus_dmamap_load(bus_dma_tag_t t, bus_dm
 	 */
 	if ((map->_dm_flags & BUS_DMA_24BIT) != 0 && p == NULL) {
 		/*
-		 * XXX Need to implement "don't DMA across this boundry".
+		 * XXX Need to implement "don't DMA across this boundary".
 		 */
 		if (map->_dm_boundary != 0)
 			panic("bus_dmamap_load: boundaries not implemented");

Index: src/sys/arch/sun68k/stand/README
diff -u src/sys/arch/sun68k/stand/README:1.1 src/sys/arch/sun68k/stand/README:1.2
--- src/sys/arch/sun68k/stand/README:1.1	Thu Jun 14 12:57:12 2001
+++ src/sys/arch/sun68k/stand/README	Tue Aug 17 22:00:31 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: README,v 1.1 2001/06/14 12:57:12 fredette Exp $ */
+/*	$NetBSD: README,v 1.2 2021/08/17 22:00:31 andvar Exp $ */
 
 The sun bootblocks are split into two parts: a small 1st-level program that
 gets written right after the superblock in a partition (and is hence limited
@@ -33,6 +33,6 @@ netboot works.
 bootxx, installboot are tested and working.  It would be nice if
 installboot would find the inumber for the 2nd stage boot program
 without having the filesystem mounted so this command can work
-with securelevel==1 (the default).  Doing this requies adding
+with securelevel==1 (the default).  Doing this requires adding
 code to read and do a directory lookup in the root...
 

Index: src/sys/arch/vax/include/qdreg.h
diff -u src/sys/arch/vax/include/qdreg.h:1.5 src/sys/arch/vax/include/qdreg.h:1.6
--- src/sys/arch/vax/include/qdreg.h:1.5	Sun Dec 11 12:19:34 2005
+++ src/sys/arch/vax/include/qdreg.h	Tue Aug 17 22:00:31 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: qdreg.h,v 1.5 2005/12/11 12:19:34 christos Exp $	*/
+/*	$NetBSD: qdreg.h,v 1.6 2021/08/17 22:00:31 andvar Exp $	*/
 /*-
  * Copyright (c) 1982, 1986 The Regents of the University of California.
  * All rights reserved.
@@ -346,7 +346,7 @@
 
 	    short modeA;		/* ch.A mode reg (read/write) */
 	    short statusA;		/* ch.A status reg (read) */
-#define clkselA statusA 		/* ch.A clock slect reg (write) */
+#define clkselA statusA 		/* ch.A clock select reg (write) */
 	    short cmdA; 		/* ch.A command reg (write) */
 	    short dataA;		/* rcv/xmt data ch.A (read/write) */
 	    short inchng;		/* input change state reg (read) */

Index: src/sys/arch/zaurus/zaurus/kloader_machdep.c
diff -u src/sys/arch/zaurus/zaurus/kloader_machdep.c:1.7 src/sys/arch/zaurus/zaurus/kloader_machdep.c:1.8
--- src/sys/arch/zaurus/zaurus/kloader_machdep.c:1.7	Sat Mar  8 17:05:08 2014
+++ src/sys/arch/zaurus/zaurus/kloader_machdep.c	Tue Aug 17 22:00:31 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: kloader_machdep.c,v 1.7 2014/03/08 17:05:08 skrll Exp $	*/
+/*	$NetBSD: kloader_machdep.c,v 1.8 2021/08/17 22:00:31 andvar Exp $	*/
 
 /*-
  * Copyright (C) 2009-2012 NONAKA Kimihiro <non...@netbsd.org>
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kloader_machdep.c,v 1.7 2014/03/08 17:05:08 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kloader_machdep.c,v 1.8 2021/08/17 22:00:31 andvar Exp $");
 
 #include "debug_kloader.h"
 
@@ -131,7 +131,7 @@ kloader_zaurus_jump(kloader_bootfunc_t f
 }
 
 /*
- * Physcal address to virtual address
+ * Physical address to virtual address
  */
 vaddr_t
 kloader_phystov(paddr_t pa)

Index: src/sys/arch/zaurus/zaurus/machdep.c
diff -u src/sys/arch/zaurus/zaurus/machdep.c:1.47 src/sys/arch/zaurus/zaurus/machdep.c:1.48
--- src/sys/arch/zaurus/zaurus/machdep.c:1.47	Sat Apr 18 11:00:42 2020
+++ src/sys/arch/zaurus/zaurus/machdep.c	Tue Aug 17 22:00:31 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: machdep.c,v 1.47 2020/04/18 11:00:42 skrll Exp $	*/
+/*	$NetBSD: machdep.c,v 1.48 2021/08/17 22:00:31 andvar Exp $	*/
 /*	$OpenBSD: zaurus_machdep.c,v 1.25 2006/06/20 18:24:04 todd Exp $	*/
 
 /*
@@ -107,7 +107,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.47 2020/04/18 11:00:42 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.48 2021/08/17 22:00:31 andvar Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -755,7 +755,7 @@ initarm(void *arg)
 	bootconfig.dram[0].pages = memsize / PAGE_SIZE;
 
 	/*
-	 * Set up the variables that define the availablilty of
+	 * Set up the variables that define the availability of
 	 * physical memory.  For now, we're going to set
 	 * physical_freestart to 0xa0200000 (where the kernel
 	 * was loaded), and allocate the memory we need downwards.

Index: src/sys/dev/ic/gemreg.h
diff -u src/sys/dev/ic/gemreg.h:1.15 src/sys/dev/ic/gemreg.h:1.16
--- src/sys/dev/ic/gemreg.h:1.15	Mon Jul  2 11:23:40 2012
+++ src/sys/dev/ic/gemreg.h	Tue Aug 17 22:00:31 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: gemreg.h,v 1.15 2012/07/02 11:23:40 jdc Exp $ */
+/*	$NetBSD: gemreg.h,v 1.16 2021/08/17 22:00:31 andvar Exp $ */
 
 /*
  *
@@ -771,7 +771,7 @@
  * Default: none
  */
 #define	GEM_MII_DATAPATH_SERIAL	0x00000001	/* Use internal Serialink */
-#define	GEM_MII_DATAPATH_SERDES	0x00000002	/* Use PCS via 10bit interfac */
+#define	GEM_MII_DATAPATH_SERDES	0x00000002	/* Use PCS via 10bit interface */
 #define	GEM_MII_DATAPATH_MII	0x00000004	/* Use {G}MII, not PCS */
 #define	GEM_MII_DATAPATH_MIIOUT	0x00000008	/* Set serial output on GMII */
 #define GEM_MII_DATAPATH_BITS	"\177\020"				\

Index: src/sys/dev/ic/hd64570.c
diff -u src/sys/dev/ic/hd64570.c:1.55 src/sys/dev/ic/hd64570.c:1.56
--- src/sys/dev/ic/hd64570.c:1.55	Wed Jan 29 14:47:08 2020
+++ src/sys/dev/ic/hd64570.c	Tue Aug 17 22:00:31 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: hd64570.c,v 1.55 2020/01/29 14:47:08 thorpej Exp $	*/
+/*	$NetBSD: hd64570.c,v 1.56 2021/08/17 22:00:31 andvar Exp $	*/
 
 /*
  * Copyright (c) 1999 Christian E. Hopps
@@ -65,7 +65,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hd64570.c,v 1.55 2020/01/29 14:47:08 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hd64570.c,v 1.56 2021/08/17 22:00:31 andvar Exp $");
 
 #include "opt_inet.h"
 
@@ -657,7 +657,7 @@ sca_dmac_init(struct sca_softc *sc, sca_
 
 	for (i = 0 ; i < scp->sp_ntxdesc ; i++) {
 		/*
-		 * desc_p points to the physcial address of the NEXT desc
+		 * desc_p points to the physical address of the NEXT desc
 		 */
 		desc_p += sizeof(sca_desc_t);
 
@@ -717,7 +717,7 @@ sca_dmac_init(struct sca_softc *sc, sca_
 
 	for (i = 0 ; i < scp->sp_nrxdesc; i++) {
 		/*
-		 * desc_p points to the physcial address of the NEXT desc
+		 * desc_p points to the physical address of the NEXT desc
 		 */
 		desc_p += sizeof(sca_desc_t);
 

Index: src/sys/dev/ic/rndisreg.h
diff -u src/sys/dev/ic/rndisreg.h:1.5 src/sys/dev/ic/rndisreg.h:1.6
--- src/sys/dev/ic/rndisreg.h:1.5	Wed Jan  8 04:53:38 2020
+++ src/sys/dev/ic/rndisreg.h	Tue Aug 17 22:00:31 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: rndisreg.h,v 1.5 2020/01/08 04:53:38 nonaka Exp $ */
+/*	$NetBSD: rndisreg.h,v 1.6 2021/08/17 22:00:31 andvar Exp $ */
 /*	NetBSD: if_urndisreg.h,v 1.4 2018/11/09 21:57:09 maya Exp */
 /*	$OpenBSD: if_urndisreg.h,v 1.14 2010/07/08 18:22:01 ckuethe Exp $ */
 
@@ -281,7 +281,7 @@ struct rndis_status_msg {
 	/* rndis_diag_info */
 };
 
-/* Keepalive messsage.  May be sent by device. */
+/* Keepalive message.  May be sent by device. */
 #define REMOTE_NDIS_KEEPALIVE_MSG	0x00000008
 #define REMOTE_NDIS_KEEPALIVE_CMPLT	0x80000008
 

Index: src/sys/dev/ic/tulipreg.h
diff -u src/sys/dev/ic/tulipreg.h:1.39 src/sys/dev/ic/tulipreg.h:1.40
--- src/sys/dev/ic/tulipreg.h:1.39	Tue May 28 08:59:34 2019
+++ src/sys/dev/ic/tulipreg.h	Tue Aug 17 22:00:31 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: tulipreg.h,v 1.39 2019/05/28 08:59:34 msaitoh Exp $	*/
+/*	$NetBSD: tulipreg.h,v 1.40 2021/08/17 22:00:31 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -578,7 +578,7 @@ struct tulip_desc {
 #define	OPMODE_SR		0x00000002	/* start receive */
 #define	OPMODE_HO		0x00000004	/* hash only mode (ro) */
 #define	OPMODE_PB		0x00000008	/* pass bad frames */
-#define	OPMODE_WINB_APP		0x00000008	/* accept all physcal packet */
+#define	OPMODE_WINB_APP		0x00000008	/* accept all physical packet */
 #define	OPMODE_IF		0x00000010	/* inverse filter mode (ro) */
 #define	OPMODE_WINB_AMP		0x00000010	/* accept multicast packet */
 #define	OPMODE_SB		0x00000020	/* start backoff counter */

Index: src/sys/dev/marvell/if_mvxpereg.h
diff -u src/sys/dev/marvell/if_mvxpereg.h:1.5 src/sys/dev/marvell/if_mvxpereg.h:1.6
--- src/sys/dev/marvell/if_mvxpereg.h:1.5	Mon Mar 18 11:38:03 2019
+++ src/sys/dev/marvell/if_mvxpereg.h	Tue Aug 17 22:00:31 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_mvxpereg.h,v 1.5 2019/03/18 11:38:03 msaitoh Exp $	*/
+/*	$NetBSD: if_mvxpereg.h,v 1.6 2021/08/17 22:00:31 andvar Exp $	*/
 /*
  * Copyright (c) 2015 Internet Initiative Japan Inc.
  * All rights reserved.
@@ -558,7 +558,7 @@
 /*
  * Serial(SMI/MII) Registers
  */
-/* Port Seiral Control0 (MVXPE_PSC0) */
+/* Port Serial Control0 (MVXPE_PSC0) */
 #define MVXPE_PSC0_FORCE_FC_MASK	(0x3 << 5)
 #define MVXPE_PSC0_FORCE_FC(fc)		(((fc) & 0x3) << 5)
 #define MVXPE_PSC0_FORCE_FC_PAUSE	MVXPE_PSC0_FORCE_FC(0x1)

Index: src/sys/dev/pci/if_casreg.h
diff -u src/sys/dev/pci/if_casreg.h:1.3 src/sys/dev/pci/if_casreg.h:1.4
--- src/sys/dev/pci/if_casreg.h:1.3	Wed Jan 29 02:16:02 2020
+++ src/sys/dev/pci/if_casreg.h	Tue Aug 17 22:00:31 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_casreg.h,v 1.3 2020/01/29 02:16:02 msaitoh Exp $ */
+/*	$NetBSD: if_casreg.h,v 1.4 2021/08/17 22:00:31 andvar Exp $ */
 /*	$OpenBSD: if_casreg.h,v 1.10 2008/05/31 22:49:03 kettenis Exp $	*/
 
 /*
@@ -535,7 +535,7 @@
 
 /* CAS_MII_DATAPATH_MODE reg */
 #define	CAS_MII_DATAPATH_SERIAL	0x00000001	/* Serial link */
-#define	CAS_MII_DATAPATH_SERDES	0x00000002	/* Use PCS via 10bit interfac */
+#define	CAS_MII_DATAPATH_SERDES	0x00000002	/* Use PCS via 10bit interface */
 #define	CAS_MII_DATAPATH_MII	0x00000004	/* Use {G}MII, not PCS */
 #define	CAS_MII_DATAPATH_MIIOUT	0x00000008	/* enable serial output on GMII */
 

Index: src/sys/dev/pci/if_iwmreg.h
diff -u src/sys/dev/pci/if_iwmreg.h:1.8 src/sys/dev/pci/if_iwmreg.h:1.9
--- src/sys/dev/pci/if_iwmreg.h:1.8	Wed Jun  2 11:32:24 2021
+++ src/sys/dev/pci/if_iwmreg.h	Tue Aug 17 22:00:31 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_iwmreg.h,v 1.8 2021/06/02 11:32:24 nia Exp $	*/
+/*	$NetBSD: if_iwmreg.h,v 1.9 2021/08/17 22:00:31 andvar Exp $	*/
 /*	OpenBSD: if_iwmreg.h,v 1.19 2016/09/20 11:46:09 stsp Exp 	*/
 
 /*-
@@ -5136,7 +5136,7 @@ enum iwm_scan_priority {
  * @fragmented-dwell: dwell time for fragmented passive scan
  * @extended_dwell: dwell time for channels 1, 6 and 11 (in certain cases)
  * @reserved2: for alignment and future use
- * @rx_chain_selct: PHY_RX_CHAIN_* flags
+ * @rx_chain_select: PHY_RX_CHAIN_* flags
  * @scan_flags: &enum iwm_lmac_scan_flags
  * @max_out_time: max time (in TU) to be out of associated channel
  * @suspend_time: pause scan this long (TUs) when returning to service channel

Index: src/sys/dev/pci/pci_subr.c
diff -u src/sys/dev/pci/pci_subr.c:1.228 src/sys/dev/pci/pci_subr.c:1.229
--- src/sys/dev/pci/pci_subr.c:1.228	Tue Aug 17 17:16:40 2021
+++ src/sys/dev/pci/pci_subr.c	Tue Aug 17 22:00:31 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: pci_subr.c,v 1.228 2021/08/17 17:16:40 andvar Exp $	*/
+/*	$NetBSD: pci_subr.c,v 1.229 2021/08/17 22:00:31 andvar Exp $	*/
 
 /*
  * Copyright (c) 1997 Zubin D. Dittia.  All rights reserved.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_subr.c,v 1.228 2021/08/17 17:16:40 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_subr.c,v 1.229 2021/08/17 22:00:31 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_pci.h"
@@ -2736,7 +2736,7 @@ pci_conf_print_caplist(
 
 		/*
 		 * The type was found. Search capability list again and
-		 * print all capabilities that the capabiliy type is
+		 * print all capabilities that the capability type is
 		 * the same. This is required because some capabilities
 		 * appear multiple times (e.g. HyperTransport capability).
 		 */
@@ -3723,7 +3723,7 @@ pci_conf_print_dpa_cap(const pcireg_t *r
 	    PCIREG_SHIFTOUT(reg, PCI_DPA_CAP_XLCY1));
 
 	reg = regs[o2i(extcapoff + PCI_DPA_LATIND)];
-	printf("    Latency Indicatior register: 0x%08x\n", reg);
+	printf("    Latency Indicator register: 0x%08x\n", reg);
 
 	reg = regs[o2i(extcapoff + PCI_DPA_CS)];
 	printf("    Status register: 0x%04x\n", reg & 0xffff);
@@ -3769,7 +3769,7 @@ pci_conf_print_tph_req_cap(const pcireg_
 	onoff("No ST Mode Supported", reg, PCI_TPH_REQ_CAP_NOST);
 	onoff("Interrupt Vector Mode Supported", reg, PCI_TPH_REQ_CAP_INTVEC);
 	onoff("Device Specific Mode Supported", reg, PCI_TPH_REQ_CAP_DEVSPEC);
-	onoff("Extend TPH Reqester Supported", reg, PCI_TPH_REQ_CAP_XTPHREQ);
+	onoff("Extend TPH Requester Supported", reg, PCI_TPH_REQ_CAP_XTPHREQ);
 	sttbloc = PCIREG_SHIFTOUT(reg, PCI_TPH_REQ_CAP_STTBLLOC);
 	printf("      ST Table Location: %s\n",
 	    pci_conf_print_tph_req_cap_sttabloc(sttbloc));
@@ -4409,7 +4409,7 @@ pci_conf_print_extcaplist(
 
 		/*
 		 * The type was found. Search capability list again and
-		 * print all capabilities that the capabiliy type is
+		 * print all capabilities that the capability type is
 		 * the same.
 		 */
 		if (pci_conf_find_extcap(regs, i, &off) == 0)

Index: src/sys/dev/pci/pcireg.h
diff -u src/sys/dev/pci/pcireg.h:1.155 src/sys/dev/pci/pcireg.h:1.156
--- src/sys/dev/pci/pcireg.h:1.155	Thu Jun 24 23:48:08 2021
+++ src/sys/dev/pci/pcireg.h	Tue Aug 17 22:00:32 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: pcireg.h,v 1.155 2021/06/24 23:48:08 thorpej Exp $	*/
+/*	$NetBSD: pcireg.h,v 1.156 2021/08/17 22:00:32 andvar Exp $	*/
 
 /*
  * Copyright (c) 1995, 1996, 1999, 2000
@@ -507,8 +507,8 @@ typedef u_int8_t pci_revision_t;
 #define	PCI_MAPREG_ROM_VSTAT_INPROG	0x1 /* Validation in Progress */
 #define	PCI_MAPREG_ROM_VSTAT_VPASS	0x2 /* Valid contnt, trust test nperf*/
 #define	PCI_MAPREG_ROM_VSTAT_VPASSTRUST	0x3 /* Valid and trusted contents */
-#define	PCI_MAPREG_ROM_VSTAT_VFAIL	0x4 /* Invaild contents */
-#define	PCI_MAPREG_ROM_VSTAT_VFAILUNTRUST 0x5 /* Vaild but untrusted contents*/
+#define	PCI_MAPREG_ROM_VSTAT_VFAIL	0x4 /* Invalid contents */
+#define	PCI_MAPREG_ROM_VSTAT_VFAILUNTRUST 0x5 /* Valid but untrusted contents */
 #define	PCI_MAPREG_ROM_VSTAT_WPASS	0x6 /* VPASS + warning */
 #define	PCI_MAPREG_ROM_VSTAT_WPASSTRUST	0x7 /* VPASSTRUST + warning */
 #define	PCI_MAPREG_ROM_VALID_DETAIL __BITS(7, 4) /* Validation Details */
@@ -932,7 +932,7 @@ typedef u_int8_t pci_revision_t;
 /* For IOMMU only */
 #define PCI_SECURE_CAP_IOTLBSUP	__BIT(24)	/* IOTLB */
 #define PCI_SECURE_CAP_HTTUNNEL	__BIT(25)	/* HT tunnel translation */
-#define PCI_SECURE_CAP_NPCACHE	__BIT(26) /* Not present table entries cahced*/
+#define PCI_SECURE_CAP_NPCACHE	__BIT(26) /* Not present table entries cached */
 #define PCI_SECURE_CAP_EFRSUP	__BIT(27)	/* IOMMU Ext-Feature Reg */
 #define PCI_SECURE_CAP_EXT	__BIT(28)	/* IOMMU Misc Info Reg 1 */
 #define PCI_SECURE_IOMMU_BAL   0x04 /* Base Address Low */
@@ -948,14 +948,14 @@ typedef u_int8_t pci_revision_t;
 #define PCI_SECURE_IOMMU_RANGE_LASTDEV	__BITS(31, 24)	/* Last device */
 #define PCI_SECURE_IOMMU_MISC0 0x10 /* IOMMU Miscellaneous Information 0 */
 #define PCI_SECURE_IOMMU_MISC0_MSINUM  __BITS(4, 0)  /* MSI Message number */
-#define PCI_SECURE_IOMMU_MISC0_GVASIZE __BITS(7, 5) /* Guest Virtual Adr siz */
+#define PCI_SECURE_IOMMU_MISC0_GVASIZE __BITS(7, 5) /* Guest Virtual Adr size */
 #define PCI_SECURE_IOMMU_MISC0_GVASIZE_48B	0x2	/* 48bits */
-#define PCI_SECURE_IOMMU_MISC0_PASIZE  __BITS(14, 8) /* Physical Address siz */
+#define PCI_SECURE_IOMMU_MISC0_PASIZE  __BITS(14, 8) /* Physical Address size */
 #define PCI_SECURE_IOMMU_MISC0_VASIZE  __BITS(21, 15)/* Virtual Address size */
 #define PCI_SECURE_IOMMU_MISC0_ATSRESV __BIT(22) /* ATS resp addr range rsvd */
 #define PCI_SECURE_IOMMU_MISC0_MISNPPR __BITS(31, 27)/* Periph Pg Rq MSI Msgn*/
 #define PCI_SECURE_IOMMU_MISC1 0x14 /* IOMMU Miscellaneous Information 1 */
-#define PCI_SECURE_IOMMU_MISC1_MSINUM __BITS(4, 0) /* MSI Messsage number(GA)*/
+#define PCI_SECURE_IOMMU_MISC1_MSINUM __BITS(4, 0) /* MSI Message number(GA) */
 
 /*
  * Capability ID: 0x10
@@ -1030,7 +1030,7 @@ typedef u_int8_t pci_revision_t;
 #define PCIE_LCSR	0x10	/* Link Control & Status Register */
 #define PCIE_LCSR_ASPM_L0S	__BIT(0)       /* Active State PM Control L0s*/
 #define PCIE_LCSR_ASPM_L1	__BIT(1)       /* Active State PM Control L1 */
-#define PCIE_LCSR_RCB		__BIT(3)       /* Read Completion Boundry Ctl*/
+#define PCIE_LCSR_RCB		__BIT(3)       /* Read Completion Boundary Ctl*/
 #define PCIE_LCSR_LINK_DIS	__BIT(4)       /* Link Disable */
 #define PCIE_LCSR_RETRAIN	__BIT(5)       /* Retrain Link */
 #define PCIE_LCSR_COMCLKCFG	__BIT(6)       /* Common Clock Configuration */
@@ -1970,7 +1970,7 @@ struct pci_rom {
 #define	PCI_TPH_REQ_CAP_NOST	__BIT(0)	/* No ST Mode Supported */
 #define	PCI_TPH_REQ_CAP_INTVEC	__BIT(1)	/* Intr Vec Mode Supported */
 #define	PCI_TPH_REQ_CAP_DEVSPEC	__BIT(2)   /* Device Specific Mode Supported */
-#define	PCI_TPH_REQ_CAP_XTPHREQ	__BIT(8)    /* Extend TPH Reqester Supported */
+#define	PCI_TPH_REQ_CAP_XTPHREQ	__BIT(8)    /* Extend TPH Requester Supported */
 #define	PCI_TPH_REQ_CAP_STTBLLOC __BITS(10, 9)	/* ST Table Location */
 #define	PCI_TPH_REQ_STTBLLOC_NONE 	0	/* not present */
 #define	PCI_TPH_REQ_STTBLLOC_TPHREQ 	1	/* in the TPHREQ cap */

Index: src/sys/dev/pci/ixgbe/if_bypass.c
diff -u src/sys/dev/pci/ixgbe/if_bypass.c:1.8 src/sys/dev/pci/ixgbe/if_bypass.c:1.9
--- src/sys/dev/pci/ixgbe/if_bypass.c:1.8	Fri Apr 30 06:55:32 2021
+++ src/sys/dev/pci/ixgbe/if_bypass.c	Tue Aug 17 22:00:32 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: if_bypass.c,v 1.8 2021/04/30 06:55:32 msaitoh Exp $ */
+/* $NetBSD: if_bypass.c,v 1.9 2021/08/17 22:00:32 andvar Exp $ */
 /******************************************************************************
 
   Copyright (c) 2001-2017, Intel Corporation
@@ -34,7 +34,7 @@
 /*$FreeBSD: head/sys/dev/ixgbe/if_bypass.c 327031 2017-12-20 18:15:06Z erj $*/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bypass.c,v 1.8 2021/04/30 06:55:32 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bypass.c,v 1.9 2021/08/17 22:00:32 andvar Exp $");
 
 #include "ixgbe.h"
 
@@ -672,7 +672,7 @@ ixgbe_bp_log(SYSCTLFN_ARGS)
 		const char *action_str[] = {"ignore", "normal", "bypass",
 					    "isolate",};
 
-		/* verify vaild data  1 - 6 */
+		/* verify valid data  1 - 6 */
 		if (event < BYPASS_EVENT_MAIN_ON || event > BYPASS_EVENT_USR)
 			event = 0;
 

Index: src/sys/dev/qbus/qdreg.h
diff -u src/sys/dev/qbus/qdreg.h:1.8 src/sys/dev/qbus/qdreg.h:1.9
--- src/sys/dev/qbus/qdreg.h:1.8	Sun Dec 11 12:23:29 2005
+++ src/sys/dev/qbus/qdreg.h	Tue Aug 17 22:00:32 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: qdreg.h,v 1.8 2005/12/11 12:23:29 christos Exp $	*/
+/*	$NetBSD: qdreg.h,v 1.9 2021/08/17 22:00:32 andvar Exp $	*/
 /*-
  * Copyright (c) 1982, 1986 The Regents of the University of California.
  * All rights reserved.
@@ -346,7 +346,7 @@
 
 	    short modeA;		/* ch.A mode reg (read/write) */
 	    short statusA;		/* ch.A status reg (read) */
-#define clkselA statusA			/* ch.A clock slect reg (write) */
+#define clkselA statusA			/* ch.A clock select reg (write) */
 	    short cmdA;			/* ch.A command reg (write) */
 	    short dataA;		/* rcv/xmt data ch.A (read/write) */
 	    short inchng;		/* input change state reg (read) */

Index: src/sys/dev/tc/stic.c
diff -u src/sys/dev/tc/stic.c:1.56 src/sys/dev/tc/stic.c:1.57
--- src/sys/dev/tc/stic.c:1.56	Sat Aug  7 16:19:16 2021
+++ src/sys/dev/tc/stic.c	Tue Aug 17 22:00:32 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: stic.c,v 1.56 2021/08/07 16:19:16 thorpej Exp $	*/
+/*	$NetBSD: stic.c,v 1.57 2021/08/17 22:00:32 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: stic.c,v 1.56 2021/08/07 16:19:16 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: stic.c,v 1.57 2021/08/17 22:00:32 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1422,7 +1422,7 @@ stic_set_hwcurpos(struct stic_info *si)
 }
 
 /*
- * STIC control inteface.  We have a separate device for mapping the board,
+ * STIC control interface.  We have a separate device for mapping the board,
  * because access to the DMA engine means that it's possible to circumvent
  * the securelevel mechanism.
  */

Index: src/sys/dev/usb/usb_quirks.c
diff -u src/sys/dev/usb/usb_quirks.c:1.97 src/sys/dev/usb/usb_quirks.c:1.98
--- src/sys/dev/usb/usb_quirks.c:1.97	Sun Feb 21 12:36:38 2021
+++ src/sys/dev/usb/usb_quirks.c	Tue Aug 17 22:00:32 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: usb_quirks.c,v 1.97 2021/02/21 12:36:38 martin Exp $	*/
+/*	$NetBSD: usb_quirks.c,v 1.98 2021/08/17 22:00:32 andvar Exp $	*/
 /*	$FreeBSD: src/sys/dev/usb/usb_quirks.c,v 1.30 2003/01/02 04:15:55 imp Exp $	*/
 
 /*
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usb_quirks.c,v 1.97 2021/02/21 12:36:38 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usb_quirks.c,v 1.98 2021/08/17 22:00:32 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -98,7 +98,7 @@ static const usb_config_descriptor_t des
 					sizeof(desc_ep_pn533_in) +
 					sizeof(desc_ep_pn533_out)
 				 ),
-	/* bNumInterfac	*/	 1,
+	/* bNumInterface */	 1,
 	/* bConfigurationValue */1,
 	/* iConfiguration */	 0,
 	/* bmAttributes	*/	 UC_ATTR_MBO,

Index: src/sys/dev/usb/xhci.c
diff -u src/sys/dev/usb/xhci.c:1.147 src/sys/dev/usb/xhci.c:1.148
--- src/sys/dev/usb/xhci.c:1.147	Fri Aug 13 20:47:55 2021
+++ src/sys/dev/usb/xhci.c	Tue Aug 17 22:00:32 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: xhci.c,v 1.147 2021/08/13 20:47:55 andvar Exp $	*/
+/*	$NetBSD: xhci.c,v 1.148 2021/08/17 22:00:32 andvar Exp $	*/
 
 /*
  * Copyright (c) 2013 Jonathan A. Kollasch
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.147 2021/08/13 20:47:55 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.148 2021/08/17 22:00:32 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -1136,7 +1136,7 @@ xhci_hc_reset(struct xhci_softc * const 
 	xhci_op_write_4(sc, XHCI_USBCMD, usbcmd);
 	for (i = 0; i < XHCI_WAIT_HCRST; i++) {
 		/*
-		 * Wait 1ms first. Existing Intel xHCI requies 1ms delay to
+		 * Wait 1ms first. Existing Intel xHCI requires 1ms delay to
 		 * prevent system hang (Errata).
 		 */
 		usb_delay_ms(&sc->sc_bus, 1);

Index: src/sys/kern/subr_vmem.c
diff -u src/sys/kern/subr_vmem.c:1.105 src/sys/kern/subr_vmem.c:1.106
--- src/sys/kern/subr_vmem.c:1.105	Sat Jun 20 18:33:23 2020
+++ src/sys/kern/subr_vmem.c	Tue Aug 17 22:00:32 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: subr_vmem.c,v 1.105 2020/06/20 18:33:23 riastradh Exp $	*/
+/*	$NetBSD: subr_vmem.c,v 1.106 2021/08/17 22:00:32 andvar Exp $	*/
 
 /*-
  * Copyright (c)2006,2007,2008,2009 YAMAMOTO Takashi,
@@ -46,7 +46,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_vmem.c,v 1.105 2020/06/20 18:33:23 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_vmem.c,v 1.106 2021/08/17 22:00:32 andvar Exp $");
 
 #if defined(_KERNEL) && defined(_KERNEL_OPT)
 #include "opt_ddb.h"
@@ -171,7 +171,7 @@ static LIST_HEAD(, vmem) vmem_list = LIS
 
 /*
  * BT_RESERVE calculation:
- * we allocate memory for boundry tags with vmem; therefore we have
+ * we allocate memory for boundary tags with vmem; therefore we have
  * to keep a reserve of bts used to allocated memory for bts.
  * This reserve is 4 for each arena involved in allocating vmems memory.
  * BT_MAXFREE: don't cache excessive counts of bts in arenas

Index: src/sys/lib/libkern/arch/hppa/milli.S
diff -u src/sys/lib/libkern/arch/hppa/milli.S:1.1 src/sys/lib/libkern/arch/hppa/milli.S:1.2
--- src/sys/lib/libkern/arch/hppa/milli.S:1.1	Thu Jun  6 20:03:39 2002
+++ src/sys/lib/libkern/arch/hppa/milli.S	Tue Aug 17 22:00:32 2021
@@ -1,4 +1,4 @@
-;	$NetBSD: milli.S,v 1.1 2002/06/06 20:03:39 fredette Exp $
+;	$NetBSD: milli.S,v 1.2 2021/08/17 22:00:32 andvar Exp $
 ;
 ;	$OpenBSD: milli.S,v 1.5 2001/03/29 04:08:20 mickey Exp $
 ;
@@ -182,7 +182,7 @@ pidr2: .equ	9
 
 cr10: .equ	10
 
-ccr: .equ	10			; Coprocessor Confiquration Register
+ccr: .equ	10			; Coprocessor Configuration Register
 
 cr11: .equ	11
 
@@ -230,7 +230,7 @@ ior: .equ	21			; Interruption Offset Reg
 
 cr22: .equ	22
 
-ipsw: .equ	22			; Interrpution Processor Status Word
+ipsw: .equ	22			; Interruption Processor Status Word
 
 cr23: .equ	23
 
@@ -238,7 +238,7 @@ eirr: .equ	23			; External Interrupt Req
 
 cr24: .equ	24
 
-ppda: .equ	24			; Physcial Page Directory Address
+ppda: .equ	24			; Physical Page Directory Address
 
 tr0: .equ	24			; Temporary register 0
 

Index: src/sys/netinet6/ip6_output.c
diff -u src/sys/netinet6/ip6_output.c:1.227 src/sys/netinet6/ip6_output.c:1.228
--- src/sys/netinet6/ip6_output.c:1.227	Wed Mar 10 22:28:26 2021
+++ src/sys/netinet6/ip6_output.c	Tue Aug 17 22:00:32 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: ip6_output.c,v 1.227 2021/03/10 22:28:26 christos Exp $	*/
+/*	$NetBSD: ip6_output.c,v 1.228 2021/08/17 22:00:32 andvar Exp $	*/
 /*	$KAME: ip6_output.c,v 1.172 2001/03/25 09:55:56 itojun Exp $	*/
 
 /*
@@ -62,7 +62,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip6_output.c,v 1.227 2021/03/10 22:28:26 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip6_output.c,v 1.228 2021/08/17 22:00:32 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -683,7 +683,7 @@ ip6_output(
 	}
 
 	/*
-	 * Fill the outgoing inteface to tell the upper layer
+	 * Fill the outgoing interface to tell the upper layer
 	 * to increment per-interface statistics.
 	 */
 	if (ifpp)

Index: src/sys/netinet6/ip6_var.h
diff -u src/sys/netinet6/ip6_var.h:1.90 src/sys/netinet6/ip6_var.h:1.91
--- src/sys/netinet6/ip6_var.h:1.90	Thu Mar 11 11:10:22 2021
+++ src/sys/netinet6/ip6_var.h	Tue Aug 17 22:00:32 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: ip6_var.h,v 1.90 2021/03/11 11:10:22 ryo Exp $	*/
+/*	$NetBSD: ip6_var.h,v 1.91 2021/08/17 22:00:32 andvar Exp $	*/
 /*	$KAME: ip6_var.h,v 1.33 2000/06/11 14:59:20 jinmei Exp $	*/
 
 /*
@@ -197,7 +197,7 @@ struct	ip6_pktopts {
 #define	IP6_STAT_PFILDROP_OUT	404	/* dropped by pfil (PFIL_OUT) */
 #define	IP6_STAT_IPSECDROP_IN	405	/* dropped by IPsec SP check */
 #define	IP6_STAT_IPSECDROP_OUT	406	/* dropped by IPsec SP check */
-#define	IP6_STAT_IFDROP		407	/* dropped due to inteface state */
+#define	IP6_STAT_IFDROP		407	/* dropped due to interface state */
 #define	IP6_STAT_IDROPPED	408	/* lost packets due to nobufs, etc. */
 #define	IP6_STAT_TIMXCEED	409	/* hop limit exceeded */
 #define	IP6_STAT_TOOBIG		410	/* packet bigger than MTU */

Index: src/sys/sys/shm.h
diff -u src/sys/sys/shm.h:1.54 src/sys/sys/shm.h:1.55
--- src/sys/sys/shm.h:1.54	Fri Aug 23 10:22:14 2019
+++ src/sys/sys/shm.h	Tue Aug 17 22:00:32 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: shm.h,v 1.54 2019/08/23 10:22:14 maxv Exp $	*/
+/*	$NetBSD: shm.h,v 1.55 2021/08/17 22:00:32 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -79,7 +79,7 @@
 #define _SHM_RMLINGER	040000	/* Attach even if segment removed */
 #endif
 
-/* Segment low boundry address multiple */
+/* Segment low boundary address multiple */
 #if defined(_KERNEL) || defined(_STANDALONE) || defined(_MODULE)
 #define	SHMLBA		PAGE_SIZE
 #else

Index: src/sys/ufs/ext2fs/ext2fs_inode.c
diff -u src/sys/ufs/ext2fs/ext2fs_inode.c:1.89 src/sys/ufs/ext2fs/ext2fs_inode.c:1.90
--- src/sys/ufs/ext2fs/ext2fs_inode.c:1.89	Thu Apr 23 21:47:08 2020
+++ src/sys/ufs/ext2fs/ext2fs_inode.c	Tue Aug 17 22:00:33 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: ext2fs_inode.c,v 1.89 2020/04/23 21:47:08 ad Exp $	*/
+/*	$NetBSD: ext2fs_inode.c,v 1.90 2021/08/17 22:00:33 andvar Exp $	*/
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -60,7 +60,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ext2fs_inode.c,v 1.89 2020/04/23 21:47:08 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ext2fs_inode.c,v 1.90 2021/08/17 22:00:33 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -349,7 +349,7 @@ ext2fs_truncate(struct vnode *ovp, off_t
 	}
 	/*
 	 * Shorten the size of the file. If the file is not being
-	 * truncated to a block boundry, the contents of the
+	 * truncated to a block boundary, the contents of the
 	 * partial block following the end of the file must be
 	 * zero'ed in case it ever become accessible again because
 	 * of subsequent file growth.

Index: src/tests/net/if/t_ifconfig.sh
diff -u src/tests/net/if/t_ifconfig.sh:1.21 src/tests/net/if/t_ifconfig.sh:1.22
--- src/tests/net/if/t_ifconfig.sh:1.21	Thu Aug 15 04:21:33 2019
+++ src/tests/net/if/t_ifconfig.sh	Tue Aug 17 22:00:33 2021
@@ -1,4 +1,4 @@
-# $NetBSD: t_ifconfig.sh,v 1.21 2019/08/15 04:21:33 ozaki-r Exp $
+# $NetBSD: t_ifconfig.sh,v 1.22 2021/08/17 22:00:33 andvar Exp $
 #
 # Copyright (c) 2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -168,7 +168,7 @@ ifconfig_options_body()
 	atf_check -s exit:0 -o ignore rump.ifconfig shmif0 up
 
 	# ifconfig -l [-bdsu]
-	#   -l shows only inteface names
+	#   -l shows only interface names
 	atf_check -s exit:0 -o match:'lo0' rump.ifconfig -l
 	atf_check -s exit:0 -o match:'shmif0' rump.ifconfig -l
 	atf_check -s exit:0 -o match:'shmif0' rump.ifconfig -l -b

Index: src/usr.sbin/acpitools/amldb/amldb.8
diff -u src/usr.sbin/acpitools/amldb/amldb.8:1.7 src/usr.sbin/acpitools/amldb/amldb.8:1.8
--- src/usr.sbin/acpitools/amldb/amldb.8:1.7	Mon Jul  3 21:35:29 2017
+++ src/usr.sbin/acpitools/amldb/amldb.8	Tue Aug 17 22:00:33 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: amldb.8,v 1.7 2017/07/03 21:35:29 wiz Exp $
+.\" $NetBSD: amldb.8,v 1.8 2021/08/17 22:00:33 andvar Exp $
 .\" ACPI (ACPI Package)
 .\"
 .\" Copyright (c) 2000 Takanori Watanabe <takaw...@freebsd.org>
@@ -226,7 +226,7 @@ character string.
 Unless additional underscores specified, matching
 occurs as the beginning of word with the specified number of characters.
 .It Cm h
-.Em Show help messsage :
+.Em Show help message :
 Displays the command summary of
 .Nm .
 .El

Index: src/usr.sbin/acpitools/amldb/debug.c
diff -u src/usr.sbin/acpitools/amldb/debug.c:1.1 src/usr.sbin/acpitools/amldb/debug.c:1.2
--- src/usr.sbin/acpitools/amldb/debug.c:1.1	Sun Jan 14 04:36:13 2007
+++ src/usr.sbin/acpitools/amldb/debug.c	Tue Aug 17 22:00:33 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: debug.c,v 1.1 2007/01/14 04:36:13 christos Exp $	*/
+/*	$NetBSD: debug.c,v 1.2 2021/08/17 22:00:33 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1999 Takanori Watanabe
@@ -30,7 +30,7 @@
  *	$FreeBSD: src/usr.sbin/acpi/amldb/debug.c,v 1.3 2000/11/09 06:24:40 iwasaki Exp $
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: debug.c,v 1.1 2007/01/14 04:36:13 christos Exp $");
+__RCSID("$NetBSD: debug.c,v 1.2 2021/08/17 22:00:33 andvar Exp $");
 
 #include <sys/param.h>
 
@@ -308,7 +308,7 @@ finish_execution:
 			      "m	Show memory management statistics\n"
 			      "r	Run specified method\n"
 			      "f	Find named objects from namespace.\n"
-			      "h	Show this messsage\n", stderr);
+			      "h	Show this message\n", stderr);
 			break;
 		}
 	}

Index: src/usr.sbin/ypserv/ypinit/ypinit.sh
diff -u src/usr.sbin/ypserv/ypinit/ypinit.sh:1.14 src/usr.sbin/ypserv/ypinit/ypinit.sh:1.15
--- src/usr.sbin/ypserv/ypinit/ypinit.sh:1.14	Sun Sep 23 02:15:25 2018
+++ src/usr.sbin/ypserv/ypinit/ypinit.sh	Tue Aug 17 22:00:33 2021
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#	$NetBSD: ypinit.sh,v 1.14 2018/09/23 02:15:25 kre Exp $
+#	$NetBSD: ypinit.sh,v 1.15 2021/08/17 22:00:33 andvar Exp $
 #
 # ypinit.sh - setup a master or slave YP server
 #
@@ -184,7 +184,7 @@ __list_of_servers
 			esac
 		fi
 	done
-else # interacive
+else # interactive
 	if [ "${servertype}" != "client" ]; then
 		echo ${host} >> ${tmpfile}
 	fi

Reply via email to