Module Name:    src
Committed By:   andvar
Date:           Fri Feb  9 22:08:39 UTC 2024

Modified Files:
        src: UPDATING
        src/bin/sh: shell.h
        src/lib/libc/db/hash: README
        src/lib/libusbhid: usb_hid_usages
        src/lib/libwrap: diag.c
        src/sbin/dmctl: dmctl.c
        src/share/i18n/csmapper/JIS: JISX0212%UCS.src UCS%JISX0212.src
        src/sys/altq: altq_rmclass.c
        src/sys/arch/alpha/pci: cia_dma.c
        src/sys/arch/dreamcast/dev/microcode: aica_arm_locore.S
        src/sys/arch/evbarm/g42xxeb: g42xxeb_kmkbd.c
        src/sys/arch/evbarm/npwr_fc: npwr_fc_machdep.c
        src/sys/arch/evbcf/evbcf: vectors.S
        src/sys/arch/ews4800mips/conf: std.ews4800mips
        src/sys/arch/m68k/include: mmu_40.h
        src/sys/arch/mips/mips: locore_mips1.S
        src/sys/arch/newsmips/dev: scsi_1185.c
        src/sys/arch/powerpc/booke/dev: pq3etsec.c
        src/sys/arch/riscv/riscv: locore.S
        src/sys/arch/sgimips/stand/common: iris_scsi.c
        src/sys/arch/shark/shark: scr.c
        src/sys/arch/sparc64/sparc64: pmap.c
        src/sys/arch/sun3/dev: if_ie.c
        src/sys/arch/x86/x86: consinit.c
        src/sys/arch/xen/xen: xpci_xenbus.c
        src/sys/arch/xen/xenbus: xenbus_dev.c
        src/sys/coda: coda_namecache.c
        src/sys/compat/linux/common: linux_inotify.c linux_prctl.h
        src/sys/conf: files
        src/sys/dev/hyperv: if_hvn.c if_hvnreg.h
        src/sys/dev/ic: ad1848.c cs89x0.c i82557.c i82586.c i82586var.h
            i8259reg.h interwavereg.h isp_netbsd.c mb89352reg.h mpt_debug.c
            mpt_netbsd.c oosiop.c smc83c170reg.h tcic2reg.h wd33c93.c
            wd33c93var.h
        src/sys/dev/isa: aps.c ess.c essreg.h gusreg.h sbreg.h
        src/sys/dev/marvell: mvspi.c mvxpsec.c
        src/sys/dev/microcode/aic7xxx: aic79xx.reg
        src/sys/dev/mii: ciphyreg.h ihphyreg.h lxtphyreg.h makphy.c tlphyreg.h
        src/sys/dev/nor: cfi_0002.h
        src/sys/dev/pci: ahc_pci.c arcmsrvar.h cz.c czreg.h esmvar.h
            if_alcreg.h if_alereg.h if_bce.c if_bge.c if_bgereg.h if_bnx.c
            if_bnxreg.h if_casvar.h if_dge.c if_enavar.h if_etreg.h if_ixl.c
            if_jmereg.h if_lii.c if_skreg.h if_tlregs.h if_vge.c if_vgereg.h
            if_vioif.c pciide_cy693_reg.h pciide_pdc202xx_reg.h
            pciide_piix_reg.h pucdata.c sv.c tga.c trm.c virtio.c yds.c
        src/sys/dev/pckbport: pckbd.c
        src/sys/dev/pcmcia: if_malo_pcmcia.c
        src/sys/dev/raidframe: rf_evenodd_dagfuncs.h
        src/sys/dev/scsipi: scsi_spc.h
        src/sys/dev/tc: sticio.h
        src/sys/dev/usb: ehci.c if_zyd.c ohci.c umcs.c usbdi.c
        src/sys/dev/wscons: wsdisplay_vcons.c
        src/sys/fs/puffs: puffs_msgif.c puffs_vnops.c
        src/sys/kern: gendevcalls.awk
        src/sys/netbt: rfcomm_session.c
        src/sys/netinet: sctp_asconf.c sctp_output.c sctp_usrreq.c
        src/sys/netinet6: in6_proto.c ip6_var.h
        src/sys/sys: swap.h
        src/sys/ufs/lfs: CHANGES
        src/sys/uvm: uvm_map.c
        src/tests/kernel: t_umount.sh
        src/usr.bin/m4: eval.c
        src/usr.bin/split: split.c
        src/usr.sbin/dumplfs: dumplfs.c
        src/usr.sbin/rpcbind: rpcb_svc_com.c

Log Message:
fix spelling mistakes, mainly in comments and log messages.


To generate a diff of this commit:
cvs rdiff -u -r1.344 -r1.345 src/UPDATING
cvs rdiff -u -r1.31 -r1.32 src/bin/sh/shell.h
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/db/hash/README
cvs rdiff -u -r1.7 -r1.8 src/lib/libusbhid/usb_hid_usages
cvs rdiff -u -r1.17 -r1.18 src/lib/libwrap/diag.c
cvs rdiff -u -r1.5 -r1.6 src/sbin/dmctl/dmctl.c
cvs rdiff -u -r1.2 -r1.3 src/share/i18n/csmapper/JIS/JISX0212%UCS.src
cvs rdiff -u -r1.3 -r1.4 src/share/i18n/csmapper/JIS/UCS%JISX0212.src
cvs rdiff -u -r1.29 -r1.30 src/sys/altq/altq_rmclass.c
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/alpha/pci/cia_dma.c
cvs rdiff -u -r1.6 -r1.7 \
    src/sys/arch/dreamcast/dev/microcode/aica_arm_locore.S
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/g42xxeb/g42xxeb_kmkbd.c
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbcf/evbcf/vectors.S
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/ews4800mips/conf/std.ews4800mips
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/m68k/include/mmu_40.h
cvs rdiff -u -r1.98 -r1.99 src/sys/arch/mips/mips/locore_mips1.S
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/newsmips/dev/scsi_1185.c
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/powerpc/booke/dev/pq3etsec.c
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/riscv/riscv/locore.S
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/sgimips/stand/common/iris_scsi.c
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/shark/shark/scr.c
cvs rdiff -u -r1.318 -r1.319 src/sys/arch/sparc64/sparc64/pmap.c
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/sun3/dev/if_ie.c
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/x86/x86/consinit.c
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/xen/xen/xpci_xenbus.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/xen/xenbus/xenbus_dev.c
cvs rdiff -u -r1.28 -r1.29 src/sys/coda/coda_namecache.c
cvs rdiff -u -r1.5 -r1.6 src/sys/compat/linux/common/linux_inotify.c
cvs rdiff -u -r1.3 -r1.4 src/sys/compat/linux/common/linux_prctl.h
cvs rdiff -u -r1.1310 -r1.1311 src/sys/conf/files
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/hyperv/if_hvn.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/hyperv/if_hvnreg.h
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/ic/ad1848.c
cvs rdiff -u -r1.52 -r1.53 src/sys/dev/ic/cs89x0.c
cvs rdiff -u -r1.160 -r1.161 src/sys/dev/ic/i82557.c
cvs rdiff -u -r1.90 -r1.91 src/sys/dev/ic/i82586.c
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/ic/i82586var.h
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/i8259reg.h
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ic/interwavereg.h
cvs rdiff -u -r1.98 -r1.99 src/sys/dev/ic/isp_netbsd.c
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/mb89352reg.h
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/ic/mpt_debug.c \
    src/sys/dev/ic/wd33c93var.h
cvs rdiff -u -r1.39 -r1.40 src/sys/dev/ic/mpt_netbsd.c
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/ic/oosiop.c
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/ic/smc83c170reg.h
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/tcic2reg.h
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/ic/wd33c93.c
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/isa/aps.c
cvs rdiff -u -r1.90 -r1.91 src/sys/dev/isa/ess.c
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/isa/essreg.h
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/isa/gusreg.h
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/isa/sbreg.h
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/marvell/mvspi.c
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/marvell/mvxpsec.c
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/microcode/aic7xxx/aic79xx.reg
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/mii/ciphyreg.h
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/mii/ihphyreg.h \
    src/sys/dev/mii/lxtphyreg.h
cvs rdiff -u -r1.72 -r1.73 src/sys/dev/mii/makphy.c
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/mii/tlphyreg.h
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/nor/cfi_0002.h
cvs rdiff -u -r1.74 -r1.75 src/sys/dev/pci/ahc_pci.c
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/pci/arcmsrvar.h \
    src/sys/dev/pci/pciide_piix_reg.h
cvs rdiff -u -r1.65 -r1.66 src/sys/dev/pci/cz.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/czreg.h src/sys/dev/pci/if_alereg.h
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/pci/esmvar.h
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/if_alcreg.h \
    src/sys/dev/pci/if_enavar.h
cvs rdiff -u -r1.63 -r1.64 src/sys/dev/pci/if_bce.c src/sys/dev/pci/if_dge.c
cvs rdiff -u -r1.389 -r1.390 src/sys/dev/pci/if_bge.c
cvs rdiff -u -r1.97 -r1.98 src/sys/dev/pci/if_bgereg.h \
    src/sys/dev/pci/if_ixl.c
cvs rdiff -u -r1.112 -r1.113 src/sys/dev/pci/if_bnx.c
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pci/if_bnxreg.h \
    src/sys/dev/pci/if_lii.c
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/if_casvar.h
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/if_etreg.h
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/if_jmereg.h \
    src/sys/dev/pci/if_vgereg.h
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/pci/if_skreg.h
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/if_tlregs.h
cvs rdiff -u -r1.86 -r1.87 src/sys/dev/pci/if_vge.c
cvs rdiff -u -r1.109 -r1.110 src/sys/dev/pci/if_vioif.c
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/pci/pciide_cy693_reg.h
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/pci/pciide_pdc202xx_reg.h
cvs rdiff -u -r1.114 -r1.115 src/sys/dev/pci/pucdata.c
cvs rdiff -u -r1.62 -r1.63 src/sys/dev/pci/sv.c
cvs rdiff -u -r1.92 -r1.93 src/sys/dev/pci/tga.c
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/pci/trm.c
cvs rdiff -u -r1.79 -r1.80 src/sys/dev/pci/virtio.c
cvs rdiff -u -r1.69 -r1.70 src/sys/dev/pci/yds.c
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/pckbport/pckbd.c
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/pcmcia/if_malo_pcmcia.c
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/raidframe/rf_evenodd_dagfuncs.h
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/scsipi/scsi_spc.h
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/tc/sticio.h
cvs rdiff -u -r1.322 -r1.323 src/sys/dev/usb/ehci.c
cvs rdiff -u -r1.60 -r1.61 src/sys/dev/usb/if_zyd.c
cvs rdiff -u -r1.324 -r1.325 src/sys/dev/usb/ohci.c
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/usb/umcs.c
cvs rdiff -u -r1.251 -r1.252 src/sys/dev/usb/usbdi.c
cvs rdiff -u -r1.67 -r1.68 src/sys/dev/wscons/wsdisplay_vcons.c
cvs rdiff -u -r1.106 -r1.107 src/sys/fs/puffs/puffs_msgif.c
cvs rdiff -u -r1.225 -r1.226 src/sys/fs/puffs/puffs_vnops.c
cvs rdiff -u -r1.1 -r1.2 src/sys/kern/gendevcalls.awk
cvs rdiff -u -r1.28 -r1.29 src/sys/netbt/rfcomm_session.c
cvs rdiff -u -r1.12 -r1.13 src/sys/netinet/sctp_asconf.c
cvs rdiff -u -r1.34 -r1.35 src/sys/netinet/sctp_output.c
cvs rdiff -u -r1.23 -r1.24 src/sys/netinet/sctp_usrreq.c
cvs rdiff -u -r1.130 -r1.131 src/sys/netinet6/in6_proto.c
cvs rdiff -u -r1.93 -r1.94 src/sys/netinet6/ip6_var.h
cvs rdiff -u -r1.8 -r1.9 src/sys/sys/swap.h
cvs rdiff -u -r1.5 -r1.6 src/sys/ufs/lfs/CHANGES
cvs rdiff -u -r1.410 -r1.411 src/sys/uvm/uvm_map.c
cvs rdiff -u -r1.6 -r1.7 src/tests/kernel/t_umount.sh
cvs rdiff -u -r1.29 -r1.30 src/usr.bin/m4/eval.c
cvs rdiff -u -r1.32 -r1.33 src/usr.bin/split/split.c
cvs rdiff -u -r1.65 -r1.66 src/usr.sbin/dumplfs/dumplfs.c
cvs rdiff -u -r1.27 -r1.28 src/usr.sbin/rpcbind/rpcb_svc_com.c

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

Modified files:

Index: src/UPDATING
diff -u src/UPDATING:1.344 src/UPDATING:1.345
--- src/UPDATING:1.344	Sun Sep 24 16:33:41 2023
+++ src/UPDATING	Fri Feb  9 22:08:30 2024
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.344 2023/09/24 16:33:41 gutteridge Exp $
+$NetBSD: UPDATING,v 1.345 2024/02/09 22:08:30 andvar Exp $
 
 This file (UPDATING) is intended to be a brief reference to recent
 changes that might cause problems in the build process, and a guide for
@@ -56,7 +56,7 @@ Recent changes:
 
 20230515:
 	New openssl build requires removal of the crypto/external/bsd/openssl
-	and tests/crypto/libcrypto subdirectories in the ${OBJDIR} hierachy.
+	and tests/crypto/libcrypto subdirectories in the ${OBJDIR} hierarchy.
 	Otherwise test results may be wrong due to wrong "golden" output
 	files being installed.
 

Index: src/bin/sh/shell.h
diff -u src/bin/sh/shell.h:1.31 src/bin/sh/shell.h:1.32
--- src/bin/sh/shell.h:1.31	Tue Oct 26 00:05:38 2021
+++ src/bin/sh/shell.h	Fri Feb  9 22:08:30 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: shell.h,v 1.31 2021/10/26 00:05:38 kre Exp $	*/
+/*	$NetBSD: shell.h,v 1.32 2024/02/09 22:08:30 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1991, 1993
@@ -96,7 +96,7 @@ extern	int		ShNest;
  * matters for anything, just makes it easier to assign a different
  * command letter to each debug option.  We currently use only 18
  * so this could be reduced, but that is of no real benefit.  It can also
- * be increased, but that both limits the maximum value tha can be
+ * be increased, but that both limits the maximum value that can be
  * used with DBG_EXTRAS(), and causes problems with verbose option naming.
  */
 #define	DBG_VBOSE_SHIFT		27

Index: src/lib/libc/db/hash/README
diff -u src/lib/libc/db/hash/README:1.5 src/lib/libc/db/hash/README:1.6
--- src/lib/libc/db/hash/README:1.5	Tue Feb 16 17:59:18 1999
+++ src/lib/libc/db/hash/README	Fri Feb  9 22:08:30 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: README,v 1.5 1999/02/16 17:59:18 kleink Exp $
+#	$NetBSD: README,v 1.6 2024/02/09 22:08:30 andvar Exp $
 #	@(#)README	8.1 (Berkeley) 6/4/93
 
 This package implements a superset of the hsearch and dbm/ndbm libraries.
@@ -49,7 +49,7 @@ The man page ../man/db.3 explains the in
 The file hash.ps is a postscript copy of a paper explaining
 the history, implementation, and performance of the hash package.
 
-"bugs" or idiosyncracies
+"bugs" or idiosyncrasies
 
 If you have a lot of overflows, it is possible to run out of overflow
 pages.  Currently, this will cause a message to be printed on stderr.

Index: src/lib/libusbhid/usb_hid_usages
diff -u src/lib/libusbhid/usb_hid_usages:1.7 src/lib/libusbhid/usb_hid_usages:1.8
--- src/lib/libusbhid/usb_hid_usages:1.7	Fri Jan  1 19:14:45 2016
+++ src/lib/libusbhid/usb_hid_usages	Fri Feb  9 22:08:31 2024
@@ -1,4 +1,4 @@
-# $NetBSD: usb_hid_usages,v 1.7 2016/01/01 19:14:45 jakllsch Exp $
+# $NetBSD: usb_hid_usages,v 1.8 2024/02/09 22:08:31 andvar Exp $
 #
 # USB HID usage table
 # Syntax:
@@ -1569,7 +1569,7 @@
 	0x7B	Good Read Lamp Duration
 	0x7C	Good Read Lamp Intensity
 	0x7D	Good Read LED
-	0x7E	Good Read Tone Frequence
+	0x7E	Good Read Tone Frequency
 	0x7F	Good Read Tone Length
 	0x80	Good Read Tone Volume
 	0x82	No Read Message

Index: src/lib/libwrap/diag.c
diff -u src/lib/libwrap/diag.c:1.17 src/lib/libwrap/diag.c:1.18
--- src/lib/libwrap/diag.c:1.17	Sat Jan 12 19:08:24 2019
+++ src/lib/libwrap/diag.c	Fri Feb  9 22:08:31 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: diag.c,v 1.17 2019/01/12 19:08:24 christos Exp $	*/
+/*	$NetBSD: diag.c,v 1.18 2024/02/09 22:08:31 andvar Exp $	*/
 
  /*
   * Routines to report various classes of problems. Each report is decorated
@@ -16,7 +16,7 @@
 #if 0
 static char sccsid[] = "@(#) diag.c 1.1 94/12/28 17:42:20";
 #else
-__RCSID("$NetBSD: diag.c,v 1.17 2019/01/12 19:08:24 christos Exp $");
+__RCSID("$NetBSD: diag.c,v 1.18 2024/02/09 22:08:31 andvar Exp $");
 #endif
 #endif
 
@@ -52,7 +52,7 @@ tcpd_diag(int severity, const char *tag,
 	buf = __UNCONST(fmt);
     free(bufx);
 
-    /* contruct the tag for the log entry */
+    /* construct the tag for the log entry */
     if (tcpd_context.file)
 	syslog(severity, "%s: %s, line %d: %s",
 	    tag, tcpd_context.file, tcpd_context.line, buf);

Index: src/sbin/dmctl/dmctl.c
diff -u src/sbin/dmctl/dmctl.c:1.5 src/sbin/dmctl/dmctl.c:1.6
--- src/sbin/dmctl/dmctl.c:1.5	Tue Jun 16 23:18:54 2015
+++ src/sbin/dmctl/dmctl.c	Fri Feb  9 22:08:31 2024
@@ -50,7 +50,7 @@
 /* dmctl command is used to communicate with device-mapper driver in NetBSD
  * it uses libdm library to create and send required data to kernel.
  *
- * Main purpose of dmctl is to add posibility to use device-mapper driver
+ * Main purpose of dmctl is to add possibility to use device-mapper driver
  * from outside of LVM scope.
  */
 
@@ -123,7 +123,7 @@ static struct command commands[] = {
 	  NULL, DMCTL_CMD_REQ_DEVNAME,
 	  dmctl_dev_suspend },
 	{ "deps",
-	  "Print physical dependiences for dm device [dm device name].",
+	  "Print physical dependencies for dm device [dm device name].",
 	  NULL, DMCTL_CMD_REQ_DEVNAME,
 	  dmctl_dev_deps },
 	{ "reload",
@@ -379,7 +379,7 @@ dmctl_dev_remove(int argc __unused, char
 
 /*
  * Resume device which was suspended or created right now.
- * Replace table in "active slot" witg table in "inactive slot".
+ * Replace table in "active slot" with table in "inactive slot".
  */
 static int
 dmctl_dev_resume(int argc __unused, char *argv[] __unused, libdm_task_t task)
@@ -413,7 +413,7 @@ dmctl_dev_suspend(int argc __unused, cha
 }
 
 /*
- * Get device dependiences from device-mapper. Device dependency is physical
+ * Get device dependencies from device-mapper. Device dependency is physical
  * device on which dm device depends.
  */
 static int
@@ -433,7 +433,7 @@ dmctl_dev_deps(int argc __unused, char *
 
 	iter = libdm_cmd_iter_create(cmd);
 
-	printf("Device %s dependiences \n", dvname);
+	printf("Device %s dependencies \n", dvname);
 
 	while((dev_deps = libdm_cmd_get_deps(iter)) != 0)
 		printf("major: %d minor: %d\n", major(dev_deps), minor(dev_deps));

Index: src/share/i18n/csmapper/JIS/JISX0212%UCS.src
diff -u src/share/i18n/csmapper/JIS/JISX0212%UCS.src:1.2 src/share/i18n/csmapper/JIS/JISX0212%UCS.src:1.3
--- src/share/i18n/csmapper/JIS/JISX0212%UCS.src:1.2	Sat Jul 12 16:11:10 2003
+++ src/share/i18n/csmapper/JIS/JISX0212%UCS.src	Fri Feb  9 22:08:31 2024
@@ -1,4 +1,4 @@
-# $NetBSD: JISX0212%UCS.src,v 1.2 2003/07/12 16:11:10 tshiozak Exp $
+# $NetBSD: JISX0212%UCS.src,v 1.3 2024/02/09 22:08:31 andvar Exp $
 
 TYPE		ROWCOL
 NAME		JISX0212/UCS
@@ -92,7 +92,7 @@ BEGIN_MAP
 #
 #	   However, JIS X 0212 maintains the distinction between
 #	   the lowercase forms of these two elements at 0x2942 and 0x2943.
-#	   Given the structre of these JIS encodings, it is clear that
+#	   Given the structure of these JIS encodings, it is clear that
 #	   0x2922 and 0x2942 are intended to be a capital/small pair.
 #	   Consequently, in the Unicode mapping, 0x2922 is treated as
 #	   LATIN CAPITAL LETTER D WITH STROKE.

Index: src/share/i18n/csmapper/JIS/UCS%JISX0212.src
diff -u src/share/i18n/csmapper/JIS/UCS%JISX0212.src:1.3 src/share/i18n/csmapper/JIS/UCS%JISX0212.src:1.4
--- src/share/i18n/csmapper/JIS/UCS%JISX0212.src:1.3	Mon Jul 14 06:03:43 2003
+++ src/share/i18n/csmapper/JIS/UCS%JISX0212.src	Fri Feb  9 22:08:31 2024
@@ -1,4 +1,4 @@
-# $NetBSD: UCS%JISX0212.src,v 1.3 2003/07/14 06:03:43 tshiozak Exp $
+# $NetBSD: UCS%JISX0212.src,v 1.4 2024/02/09 22:08:31 andvar Exp $
 
 TYPE		ROWCOL
 NAME		"UCS/JISX0212"
@@ -92,7 +92,7 @@ BEGIN_MAP
 #
 #	   However, JIS X 0212 maintains the distinction between
 #	   the lowercase forms of these two elements at 0x2942 and 0x2943.
-#	   Given the structre of these JIS encodings, it is clear that
+#	   Given the structure of these JIS encodings, it is clear that
 #	   0x2922 and 0x2942 are intended to be a capital/small pair.
 #	   Consequently, in the Unicode mapping, 0x2922 is treated as
 #	   LATIN CAPITAL LETTER D WITH STROKE.

Index: src/sys/altq/altq_rmclass.c
diff -u src/sys/altq/altq_rmclass.c:1.29 src/sys/altq/altq_rmclass.c:1.30
--- src/sys/altq/altq_rmclass.c:1.29	Wed Jul 21 07:34:44 2021
+++ src/sys/altq/altq_rmclass.c	Fri Feb  9 22:08:31 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: altq_rmclass.c,v 1.29 2021/07/21 07:34:44 ozaki-r Exp $	*/
+/*	$NetBSD: altq_rmclass.c,v 1.30 2024/02/09 22:08:31 andvar Exp $	*/
 /*	$KAME: altq_rmclass.c,v 1.19 2005/04/13 03:44:25 suz Exp $	*/
 
 /*
@@ -38,7 +38,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: altq_rmclass.c,v 1.29 2021/07/21 07:34:44 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: altq_rmclass.c,v 1.30 2024/02/09 22:08:31 andvar Exp $");
 
 /* #ident "@(#)rm_class.c  1.48     97/12/05 SMI" */
 
@@ -1474,7 +1474,7 @@ tvhzto(struct timeval *tv)
  * void
  * rmc_delay_action(struct rm_class *cl) - This function is the generic CBQ
  *	delay action routine.  It is invoked via rmc_under_limit when the
- *	packet is discoverd to be overlimit.
+ *	packet is discovered to be overlimit.
  *
  *	If the delay action is result of borrow class being overlimit, then
  *	delay for the offtime of the borrowing class that is overlimit.

Index: src/sys/arch/alpha/pci/cia_dma.c
diff -u src/sys/arch/alpha/pci/cia_dma.c:1.37 src/sys/arch/alpha/pci/cia_dma.c:1.38
--- src/sys/arch/alpha/pci/cia_dma.c:1.37	Mon Jul 19 01:06:14 2021
+++ src/sys/arch/alpha/pci/cia_dma.c	Fri Feb  9 22:08:31 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: cia_dma.c,v 1.37 2021/07/19 01:06:14 thorpej Exp $ */
+/* $NetBSD: cia_dma.c,v 1.38 2024/02/09 22:08:31 andvar Exp $ */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>			/* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: cia_dma.c,v 1.37 2021/07/19 01:06:14 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cia_dma.c,v 1.38 2024/02/09 22:08:31 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -418,7 +418,7 @@ cia_bus_dmamap_create_direct(
 		 * is greater than 1.  This is because many network
 		 * drivers allocate large contiguous blocks of memory
 		 * for control data structures, even though they won't
-		 * do any single DMA that crosses a page coundary.
+		 * do any single DMA that crosses a page boundary.
 		 *	-- thor...@netbsd.org, 2/5/2000
 		 */
 		map->_dm_flags |= DMAMAP_NO_COALESCE;

Index: src/sys/arch/dreamcast/dev/microcode/aica_arm_locore.S
diff -u src/sys/arch/dreamcast/dev/microcode/aica_arm_locore.S:1.6 src/sys/arch/dreamcast/dev/microcode/aica_arm_locore.S:1.7
--- src/sys/arch/dreamcast/dev/microcode/aica_arm_locore.S:1.6	Wed Feb  7 04:20:27 2024
+++ src/sys/arch/dreamcast/dev/microcode/aica_arm_locore.S	Fri Feb  9 22:08:32 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: aica_arm_locore.S,v 1.6 2024/02/07 04:20:27 msaitoh Exp $	*/
+/*	$NetBSD: aica_arm_locore.S,v 1.7 2024/02/09 22:08:32 andvar Exp $	*/
 
 /*
  * Copyright (c) 2003 Ryo Shimizu
@@ -44,7 +44,7 @@ exp_reset:
 
 	mrs	r0,CPSR		/* disable interrupt */
 	bic	r0,r0,#0x80	/* disable IRQ */
-	bic	r0,r0,#0x40	/* disbale FIQ */
+	bic	r0,r0,#0x40	/* disable FIQ */
 	msr	CPSR_all,r0
 
 	mrc	p15,0,r0,c1,c0,0	/* read control register */

Index: src/sys/arch/evbarm/g42xxeb/g42xxeb_kmkbd.c
diff -u src/sys/arch/evbarm/g42xxeb/g42xxeb_kmkbd.c:1.17 src/sys/arch/evbarm/g42xxeb/g42xxeb_kmkbd.c:1.18
--- src/sys/arch/evbarm/g42xxeb/g42xxeb_kmkbd.c:1.17	Wed Dec 20 13:55:17 2023
+++ src/sys/arch/evbarm/g42xxeb/g42xxeb_kmkbd.c	Fri Feb  9 22:08:32 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: g42xxeb_kmkbd.c,v 1.17 2023/12/20 13:55:17 thorpej Exp $ */
+/* $NetBSD: g42xxeb_kmkbd.c,v 1.18 2024/02/09 22:08:32 andvar Exp $ */
 
 /*-
  * Copyright (c) 2002, 2003, 2005 Genetec corp.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: g42xxeb_kmkbd.c,v 1.17 2023/12/20 13:55:17 thorpej Exp $" );
+__KERNEL_RCSID(0, "$NetBSD: g42xxeb_kmkbd.c,v 1.18 2024/02/09 22:08:32 andvar Exp $" );
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -156,7 +156,7 @@ const struct wskbd_mapdata kmkbd_keymapd
 };
 
 /*
- * Hackish support for a bell on the PC Keyboard; when a suitable feeper
+ * Hackish support for a bell on the PC Keyboard; when a suitable beeper
  * is found, it attaches itself into the pckbd driver here.
  */
 void	(*kmkbd_bell_fn)(void *, u_int, u_int, u_int, int);

Index: src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c
diff -u src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c:1.30 src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c:1.31
--- src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c:1.30	Thu Oct 12 11:33:38 2023
+++ src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c	Fri Feb  9 22:08:32 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: npwr_fc_machdep.c,v 1.30 2023/10/12 11:33:38 skrll Exp $	*/
+/*	$NetBSD: npwr_fc_machdep.c,v 1.31 2024/02/09 22:08:32 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.30 2023/10/12 11:33:38 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: npwr_fc_machdep.c,v 1.31 2024/02/09 22:08:32 andvar Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_console.h"
@@ -380,7 +380,7 @@ initarm(void *arg)
 	 */
 
 	/*
-	 * Fetch the SDRAM start/size from the i80321 SDRAM configration
+	 * Fetch the SDRAM start/size from the i80321 SDRAM configuration
 	 * registers.
 	 */
 	i80321_sdram_bounds(&obio_bs_tag, VERDE_PMMR_BASE + VERDE_MCU_BASE,

Index: src/sys/arch/evbcf/evbcf/vectors.S
diff -u src/sys/arch/evbcf/evbcf/vectors.S:1.1 src/sys/arch/evbcf/evbcf/vectors.S:1.2
--- src/sys/arch/evbcf/evbcf/vectors.S:1.1	Wed Aug 27 00:18:25 2014
+++ src/sys/arch/evbcf/evbcf/vectors.S	Fri Feb  9 22:08:32 2024
@@ -1,4 +1,4 @@
-|	$NetBSD: vectors.S,v 1.1 2014/08/27 00:18:25 matt Exp $
+|	$NetBSD: vectors.S,v 1.2 2024/02/09 22:08:32 andvar Exp $
 
 | Copyright (c) 1997 Jason R. Thorpe.  All rights reserved.
 | Copyright (c) 1988 University of Utah
@@ -37,7 +37,7 @@
 |
 
 #include <machine/asm.h>
-RCSID("$NetBSD: vectors.S,v 1.1 2014/08/27 00:18:25 matt Exp $")
+RCSID("$NetBSD: vectors.S,v 1.2 2024/02/09 22:08:32 andvar Exp $")
 
 #define	BADTRAP16	\
 	VECTOR(badtrap) ; VECTOR(badtrap) ; \
@@ -130,7 +130,7 @@ GLOBAL(vectab)
 	VECTOR(badtrap)		/* 63: unassigned, reserved */
 
 	/*
-	 * Vectors are installed from 64-255 by the *intr_extablish() functions.
+	 * Vectors are installed from 64-255 by the *intr_establish() functions.
 	 */
 	BADTRAP16		/* 64-255: user interrupt vectors */
 	BADTRAP16		/* 64-255: user interrupt vectors */

Index: src/sys/arch/ews4800mips/conf/std.ews4800mips
diff -u src/sys/arch/ews4800mips/conf/std.ews4800mips:1.1 src/sys/arch/ews4800mips/conf/std.ews4800mips:1.2
--- src/sys/arch/ews4800mips/conf/std.ews4800mips:1.1	Thu Dec 29 15:20:08 2005
+++ src/sys/arch/ews4800mips/conf/std.ews4800mips	Fri Feb  9 22:08:32 2024
@@ -1,8 +1,8 @@
-#	$NetBSD: std.ews4800mips,v 1.1 2005/12/29 15:20:08 tsutsui Exp $
+#	$NetBSD: std.ews4800mips,v 1.2 2024/02/09 22:08:32 andvar Exp $
 
 machine	ews4800mips mips
 makeoptions	MACHINE_ARCH="mipseb"
-include 	"conf/std"	# MI standart options
+include 	"conf/std"	# MI standard options
 
 options 	EXEC_ELF32	# exec ELF32 binaries
 options 	EXEC_SCRIPT	# exec #! scripts

Index: src/sys/arch/m68k/include/mmu_40.h
diff -u src/sys/arch/m68k/include/mmu_40.h:1.2 src/sys/arch/m68k/include/mmu_40.h:1.3
--- src/sys/arch/m68k/include/mmu_40.h:1.2	Tue Jan  9 04:16:25 2024
+++ src/sys/arch/m68k/include/mmu_40.h	Fri Feb  9 22:08:32 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: mmu_40.h,v 1.2 2024/01/09 04:16:25 thorpej Exp $	*/
+/*	$NetBSD: mmu_40.h,v 1.3 2024/02/09 22:08:32 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2023 The NetBSD Foundation, Inc.
@@ -40,7 +40,7 @@
  * at the lext level, and the page (L3) tables contain the addresses
  * of the page descriptors, which may either contain the address of
  * a physical page (4K or 8K) directly, or point to an indirect
- * decriptor which points to the physical page.
+ * descriptor which points to the physical page.
  *
  * The L1 and L2 tables contain 128 4-byte descriptors, and are thus 512
  * bytes in size.  Each of the 128 L1 descriptors corresponds to a 32MB

Index: src/sys/arch/mips/mips/locore_mips1.S
diff -u src/sys/arch/mips/mips/locore_mips1.S:1.98 src/sys/arch/mips/mips/locore_mips1.S:1.99
--- src/sys/arch/mips/mips/locore_mips1.S:1.98	Sun Mar 13 22:18:56 2022
+++ src/sys/arch/mips/mips/locore_mips1.S	Fri Feb  9 22:08:32 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore_mips1.S,v 1.98 2022/03/13 22:18:56 andvar Exp $	*/
+/*	$NetBSD: locore_mips1.S,v 1.99 2024/02/09 22:08:32 andvar Exp $	*/
 
 /*
  * Copyright (c) 1992, 1993
@@ -57,7 +57,7 @@
 #include <mips/asm.h>
 #include <mips/cpuregs.h>
 
-RCSID("$NetBSD: locore_mips1.S,v 1.98 2022/03/13 22:18:56 andvar Exp $")
+RCSID("$NetBSD: locore_mips1.S,v 1.99 2024/02/09 22:08:32 andvar Exp $")
 
 #include "assym.h"
 
@@ -1609,7 +1609,7 @@ END(MIPSX(cpu_switch_resume))
  * is wired to indicate writebuffer condition.  This code does busy-loop
  * while CU0 bit indicates false condition.
  *
- * For other hardwares which have the writebuffer logic is implemented
+ * For other hardware which have the writebuffer logic is implemented
  * in a system controller ASIC chip, wbflush operation would done
  * differently.
  */

Index: src/sys/arch/newsmips/dev/scsi_1185.c
diff -u src/sys/arch/newsmips/dev/scsi_1185.c:1.25 src/sys/arch/newsmips/dev/scsi_1185.c:1.26
--- src/sys/arch/newsmips/dev/scsi_1185.c:1.25	Sat Nov  4 18:13:25 2023
+++ src/sys/arch/newsmips/dev/scsi_1185.c	Fri Feb  9 22:08:32 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: scsi_1185.c,v 1.25 2023/11/04 18:13:25 tsutsui Exp $	*/
+/*	$NetBSD: scsi_1185.c,v 1.26 2024/02/09 22:08:32 andvar Exp $	*/
 
 /*
  * Copyright (c) 1992, 1993
@@ -53,7 +53,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: scsi_1185.c,v 1.25 2023/11/04 18:13:25 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scsi_1185.c,v 1.26 2024/02/09 22:08:32 andvar Exp $");
 
 #define	__INTR_PRIVATE
 #include <sys/param.h>
@@ -450,7 +450,7 @@ scintr_loop:
 
 	if (sc->int_stat2 & R3_SRST) {
 		/*
-		 * RST signal is drived
+		 * RST signal is derived
 		 */
 		sc->int_stat2 &= ~R3_SRST;
 		scsi_softreset(sc);

Index: src/sys/arch/powerpc/booke/dev/pq3etsec.c
diff -u src/sys/arch/powerpc/booke/dev/pq3etsec.c:1.58 src/sys/arch/powerpc/booke/dev/pq3etsec.c:1.59
--- src/sys/arch/powerpc/booke/dev/pq3etsec.c:1.58	Sun Sep 18 13:09:17 2022
+++ src/sys/arch/powerpc/booke/dev/pq3etsec.c	Fri Feb  9 22:08:33 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: pq3etsec.c,v 1.58 2022/09/18 13:09:17 thorpej Exp $	*/
+/*	$NetBSD: pq3etsec.c,v 1.59 2024/02/09 22:08:33 andvar Exp $	*/
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pq3etsec.c,v 1.58 2022/09/18 13:09:17 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pq3etsec.c,v 1.59 2024/02/09 22:08:33 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -725,7 +725,7 @@ pq3etsec_attach(device_t parent, device_
 	etsec_write(sc, ATTR, ATTR_DEFAULT);
 	etsec_write(sc, ATTRELI, ATTRELI_DEFAULT);
 
-	/* Enable interrupt coalesing */
+	/* Enable interrupt coalescing */
 	sc->sc_ic_rx_time = 768;
 	sc->sc_ic_rx_count = 16;
 	sc->sc_ic_tx_time = 768;

Index: src/sys/arch/riscv/riscv/locore.S
diff -u src/sys/arch/riscv/riscv/locore.S:1.44 src/sys/arch/riscv/riscv/locore.S:1.45
--- src/sys/arch/riscv/riscv/locore.S:1.44	Fri Feb  2 22:00:34 2024
+++ src/sys/arch/riscv/riscv/locore.S	Fri Feb  9 22:08:33 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.44 2024/02/02 22:00:34 andvar Exp $ */
+/* $NetBSD: locore.S,v 1.45 2024/02/09 22:08:33 andvar Exp $ */
 
 /*-
  * Copyright (c) 2014, 2022 The NetBSD Foundation, Inc.
@@ -504,7 +504,7 @@ END(cpu_mpstart)
 
 
 toomanyharts:
-	PRINTS("too many harts, or hart id doens't exist in cpu_hart[]\n")
+	PRINTS("too many harts, or hart id doesn't exist in cpu_hart[]\n")
 1:	wfi
 	j	1b
 

Index: src/sys/arch/sgimips/stand/common/iris_scsi.c
diff -u src/sys/arch/sgimips/stand/common/iris_scsi.c:1.1 src/sys/arch/sgimips/stand/common/iris_scsi.c:1.2
--- src/sys/arch/sgimips/stand/common/iris_scsi.c:1.1	Sat Jan 12 16:44:47 2019
+++ src/sys/arch/sgimips/stand/common/iris_scsi.c	Fri Feb  9 22:08:33 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: iris_scsi.c,v 1.1 2019/01/12 16:44:47 tsutsui Exp $	*/
+/*	$NetBSD: iris_scsi.c,v 1.2 2024/02/09 22:08:33 andvar Exp $	*/
 
 /*
  * Copyright (c) 2018 Naruaki Etomi
@@ -302,7 +302,7 @@ wd33c93_selectbus(struct wd33c93_softc *
 	 * We only really need to do anything when the target goes to MSG out
 	 * If the device ignored ATN, it's probably old and brain-dead,
 	 * but we'll try to support it anyhow.
-	 * If it doesn't support message out, it definately doesn't
+	 * If it doesn't support message out, it definitely doesn't
 	 * support synchronous transfers, so no point in even asking...
 	 */
 
@@ -402,7 +402,7 @@ wd33c93_nextstate(struct wd33c93_softc *
 		/*
 		 * Should we transfer using PIO or DMA ?
 		 */
-		/* Perfrom transfer using PIO */
+		/* Perform transfer using PIO */
 		if (SBIC_PHASE(csr) == DATA_IN_PHASE){
 			/* data in */
 			resid = wd33c93_xfin(sc, buf, lenp);

Index: src/sys/arch/shark/shark/scr.c
diff -u src/sys/arch/shark/shark/scr.c:1.36 src/sys/arch/shark/shark/scr.c:1.37
--- src/sys/arch/shark/shark/scr.c:1.36	Thu Jun 29 21:01:21 2023
+++ src/sys/arch/shark/shark/scr.c	Fri Feb  9 22:08:33 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: scr.c,v 1.36 2023/06/29 21:01:21 andvar Exp $	*/
+/*	$NetBSD: scr.c,v 1.37 2024/02/09 22:08:33 andvar Exp $	*/
 
 /*
  * Copyright 1997
@@ -102,7 +102,7 @@
 */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: scr.c,v 1.36 2023/06/29 21:01:21 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scr.c,v 1.37 2024/02/09 22:08:33 andvar Exp $");
 
 #include "opt_ddb.h"
 
@@ -3466,7 +3466,7 @@ static void scrClkStart(struct scr_softc
 **
 **      scrClkAdj
 **
-**      Adjusts the frequence of the clock
+**      Adjusts the frequency of the clock
 **
 **  FORMAL PARAMETERS:
 **

Index: src/sys/arch/sparc64/sparc64/pmap.c
diff -u src/sys/arch/sparc64/sparc64/pmap.c:1.318 src/sys/arch/sparc64/sparc64/pmap.c:1.319
--- src/sys/arch/sparc64/sparc64/pmap.c:1.318	Wed Dec 20 05:33:59 2023
+++ src/sys/arch/sparc64/sparc64/pmap.c	Fri Feb  9 22:08:33 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: pmap.c,v 1.318 2023/12/20 05:33:59 thorpej Exp $	*/
+/*	$NetBSD: pmap.c,v 1.319 2024/02/09 22:08:33 andvar Exp $	*/
 /*
  *
  * Copyright (C) 1996-1999 Eduardo Horvath.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.318 2023/12/20 05:33:59 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.319 2024/02/09 22:08:33 andvar Exp $");
 
 #undef	NO_VCACHE /* Don't forget the locked TLB in dostart */
 #define	HWREF
@@ -81,7 +81,7 @@ __KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.3
 #define	MEG		(1<<20) /* 1MB */
 #define	KB		(1<<10)	/* 1KB */
 
-paddr_t cpu0paddr;		/* contigious phys memory preallocated for cpus */
+paddr_t cpu0paddr;		/* contiguous phys memory preallocated for cpus */
 
 /* These routines are in assembly to allow access thru physical mappings */
 extern int64_t pseg_get_real(struct pmap *, vaddr_t);

Index: src/sys/arch/sun3/dev/if_ie.c
diff -u src/sys/arch/sun3/dev/if_ie.c:1.73 src/sys/arch/sun3/dev/if_ie.c:1.74
--- src/sys/arch/sun3/dev/if_ie.c:1.73	Sun Oct 24 20:00:11 2021
+++ src/sys/arch/sun3/dev/if_ie.c	Fri Feb  9 22:08:33 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_ie.c,v 1.73 2021/10/24 20:00:11 andvar Exp $ */
+/*	$NetBSD: if_ie.c,v 1.74 2024/02/09 22:08:33 andvar Exp $ */
 
 /*-
  * Copyright (c) 1993, 1994, 1995 Charles M. Hannum.
@@ -98,7 +98,7 @@
 */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ie.c,v 1.73 2021/10/24 20:00:11 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ie.c,v 1.74 2024/02/09 22:08:33 andvar Exp $");
 
 #include "opt_inet.h"
 #include "opt_ns.h"
@@ -1138,7 +1138,7 @@ run_tdr(struct ie_softc *sc, struct ie_t
  * iememinit: set up the buffers
  *
  * we have a block of KVA at sc->buf_area which is of size sc->buf_area_sz.
- * this is to be used for the buffers.  the chip indexs its control data
+ * this is to be used for the buffers.  the chip indexes its control data
  * structures with 16 bit offsets, and it indexes actual buffers with
  * 24 bit addresses.   so we should allocate control buffers first so that
  * we don't overflow the 16 bit offset field.   The number of transmit

Index: src/sys/arch/x86/x86/consinit.c
diff -u src/sys/arch/x86/x86/consinit.c:1.38 src/sys/arch/x86/x86/consinit.c:1.39
--- src/sys/arch/x86/x86/consinit.c:1.38	Tue Oct 17 16:06:36 2023
+++ src/sys/arch/x86/x86/consinit.c	Fri Feb  9 22:08:33 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: consinit.c,v 1.38 2023/10/17 16:06:36 bouyer Exp $	*/
+/*	$NetBSD: consinit.c,v 1.39 2024/02/09 22:08:33 andvar Exp $	*/
 
 /*
  * Copyright (c) 1998
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: consinit.c,v 1.38 2023/10/17 16:06:36 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: consinit.c,v 1.39 2024/02/09 22:08:33 andvar Exp $");
 
 #include "opt_kgdb.h"
 #include "opt_puc.h"
@@ -176,7 +176,7 @@ consinit(void)
 	if (vm_guest == VM_GUEST_XENPVH) {
 		if (xen_pvh_consinit() != 0)
 			return;
-		/* fallback to native console selection, usefull for dom0 PVH */
+		/* fallback to native console selection, useful for dom0 PVH */
 	}
 #endif
 	if (initted)

Index: src/sys/arch/xen/xen/xpci_xenbus.c
diff -u src/sys/arch/xen/xen/xpci_xenbus.c:1.25 src/sys/arch/xen/xen/xpci_xenbus.c:1.26
--- src/sys/arch/xen/xen/xpci_xenbus.c:1.25	Sat Aug  7 16:19:08 2021
+++ src/sys/arch/xen/xen/xpci_xenbus.c	Fri Feb  9 22:08:33 2024
@@ -1,4 +1,4 @@
-/*      $NetBSD: xpci_xenbus.c,v 1.25 2021/08/07 16:19:08 thorpej Exp $      */
+/*      $NetBSD: xpci_xenbus.c,v 1.26 2024/02/09 22:08:33 andvar Exp $      */
 
 /*
  * Copyright (c) 2009 Manuel Bouyer.
@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xpci_xenbus.c,v 1.25 2021/08/07 16:19:08 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xpci_xenbus.c,v 1.26 2024/02/09 22:08:33 andvar Exp $");
 
 #include "opt_xen.h"
 
@@ -565,7 +565,7 @@ endfor:
 	/*
 	 * Xen is lacking an important info: the domain:bus:dev:func
 	 * present in dev-xx in the store are real PCI bus:dev:func, and
-	 * xenback may present us fake ones, and unfortunably it's not
+	 * xenback may present us fake ones, and unfortunately it's not
 	 * the list of devices is not published in the store with this
 	 * information. So we have to scan all dev/func combination :(
 	 * the MI scan function isn't enough because it doesn't search

Index: src/sys/arch/xen/xenbus/xenbus_dev.c
diff -u src/sys/arch/xen/xenbus/xenbus_dev.c:1.18 src/sys/arch/xen/xenbus/xenbus_dev.c:1.19
--- src/sys/arch/xen/xenbus/xenbus_dev.c:1.18	Sat Apr 25 15:26:18 2020
+++ src/sys/arch/xen/xenbus/xenbus_dev.c	Fri Feb  9 22:08:34 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: xenbus_dev.c,v 1.18 2020/04/25 15:26:18 bouyer Exp $ */
+/* $NetBSD: xenbus_dev.c,v 1.19 2024/02/09 22:08:34 andvar Exp $ */
 /*
  * xenbus_dev.c
  * 
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xenbus_dev.c,v 1.18 2020/04/25 15:26:18 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xenbus_dev.c,v 1.19 2024/02/09 22:08:34 andvar Exp $");
 
 #include "opt_xen.h"
 
@@ -102,7 +102,7 @@ xenbus_kernfs_init(void)
 /*
  * several process may open /kern/xen/xenbus in parallel.
  * In a transaction one or more write is followed by one or more read.
- * Unfortunably we don't get a file descriptor identifier down there,
+ * Unfortunately we don't get a file descriptor identifier down there,
  * which we could use to link a read() to a transaction started in a write().
  * To work around this we keep a list of lwp that opended the xenbus file.
  * This assumes that a single lwp won't open /kern/xen/xenbus more

Index: src/sys/coda/coda_namecache.c
diff -u src/sys/coda/coda_namecache.c:1.28 src/sys/coda/coda_namecache.c:1.29
--- src/sys/coda/coda_namecache.c:1.28	Fri May 20 19:34:22 2022
+++ src/sys/coda/coda_namecache.c	Fri Feb  9 22:08:34 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: coda_namecache.c,v 1.28 2022/05/20 19:34:22 andvar Exp $	*/
+/*	$NetBSD: coda_namecache.c,v 1.29 2024/02/09 22:08:34 andvar Exp $	*/
 
 /*
  *
@@ -77,7 +77,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: coda_namecache.c,v 1.28 2022/05/20 19:34:22 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: coda_namecache.c,v 1.29 2024/02/09 22:08:34 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/errno.h>
@@ -554,7 +554,7 @@ coda_nc_flush(enum dc_status dcstat)
 	/*
 	 * Go through the whole lru chain and kill everything as we go.
 	 * I don't use remove since that would rebuild the lru chain
-	 * as it went and that seemed unneccesary.
+	 * as it went and that seemed unnecessary.
 	 */
 	struct coda_cache *cncp;
 	int i;

Index: src/sys/compat/linux/common/linux_inotify.c
diff -u src/sys/compat/linux/common/linux_inotify.c:1.5 src/sys/compat/linux/common/linux_inotify.c:1.6
--- src/sys/compat/linux/common/linux_inotify.c:1.5	Thu Aug 24 19:51:24 2023
+++ src/sys/compat/linux/common/linux_inotify.c	Fri Feb  9 22:08:34 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: linux_inotify.c,v 1.5 2023/08/24 19:51:24 christos Exp $	*/
+/*	$NetBSD: linux_inotify.c,v 1.6 2024/02/09 22:08:34 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2023 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_inotify.c,v 1.5 2023/08/24 19:51:24 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_inotify.c,v 1.6 2024/02/09 22:08:34 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -528,7 +528,7 @@ linux_sys_inotify_add_watch(struct lwp *
 			/* Success! */
 			*retval = wd;
 
-			/* Resize ifd_nwds to accomodate wd. */
+			/* Resize ifd_nwds to accommodate wd. */
 			if (wd+1 > ifd->ifd_nwds) {
 				new_wds = kmem_zalloc(
 				    (wd+1) * sizeof(*ifd->ifd_wds), KM_SLEEP);

Index: src/sys/compat/linux/common/linux_prctl.h
diff -u src/sys/compat/linux/common/linux_prctl.h:1.3 src/sys/compat/linux/common/linux_prctl.h:1.4
--- src/sys/compat/linux/common/linux_prctl.h:1.3	Fri Nov 24 22:04:24 2006
+++ src/sys/compat/linux/common/linux_prctl.h	Fri Feb  9 22:08:34 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: linux_prctl.h,v 1.3 2006/11/24 22:04:24 wiz Exp $ */
+/*	$NetBSD: linux_prctl.h,v 1.4 2024/02/09 22:08:34 andvar Exp $ */
 
 /*-
  * Copyright (c) 2005 Emmanuel Dreyfus, all rights reserved.
@@ -34,7 +34,7 @@
 #ifndef _LINUX_PRCTL_H
 #define _LINUX_PRCTL_H
 
-/* arch independent prctl(2): not yet implemnted */
+/* arch independent prctl(2): not yet implemented */
 
 /* arch specific arch_prctl(2): only on amd64 so far */
 #if defined(__amd64__)

Index: src/sys/conf/files
diff -u src/sys/conf/files:1.1310 src/sys/conf/files:1.1311
--- src/sys/conf/files:1.1310	Fri Dec 29 23:31:45 2023
+++ src/sys/conf/files	Fri Feb  9 22:08:34 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: files,v 1.1310 2023/12/29 23:31:45 thorpej Exp $
+#	$NetBSD: files,v 1.1311 2024/02/09 22:08:34 andvar Exp $
 #	@(#)files.newconf	7.5 (Berkeley) 5/10/93
 
 version 	20171118
@@ -364,7 +364,7 @@ defflag opt_tftproot.h		TFTPROOT TFTPROO
 
 defflag	opt_wlan.h		WLAN
 
-# Machine-independent device majors assignements
+# Machine-independent device majors assignments
 include "conf/majors"
 
 # generic attributes

Index: src/sys/dev/hyperv/if_hvn.c
diff -u src/sys/dev/hyperv/if_hvn.c:1.26 src/sys/dev/hyperv/if_hvn.c:1.27
--- src/sys/dev/hyperv/if_hvn.c:1.26	Wed Dec 20 18:09:18 2023
+++ src/sys/dev/hyperv/if_hvn.c	Fri Feb  9 22:08:34 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_hvn.c,v 1.26 2023/12/20 18:09:18 skrll Exp $	*/
+/*	$NetBSD: if_hvn.c,v 1.27 2024/02/09 22:08:34 andvar Exp $	*/
 /*	$OpenBSD: if_hvn.c,v 1.39 2018/03/11 14:31:34 mikeb Exp $	*/
 
 /*-
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_hvn.c,v 1.26 2023/12/20 18:09:18 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_hvn.c,v 1.27 2024/02/09 22:08:34 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_if_hvn.h"
@@ -773,7 +773,7 @@ hvn_detach(device_t self, int flags)
 		hvn_stop_locked(ifp);
 	/*
 	 * NOTE:
-	 * hvn_stop() only suspends data, so managment
+	 * hvn_stop() only suspends data, so management
 	 * stuffs have to be suspended manually here.
 	 */
 	hvn_suspend_mgmt(sc);

Index: src/sys/dev/hyperv/if_hvnreg.h
diff -u src/sys/dev/hyperv/if_hvnreg.h:1.3 src/sys/dev/hyperv/if_hvnreg.h:1.4
--- src/sys/dev/hyperv/if_hvnreg.h:1.3	Fri May 20 13:55:17 2022
+++ src/sys/dev/hyperv/if_hvnreg.h	Fri Feb  9 22:08:34 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_hvnreg.h,v 1.3 2022/05/20 13:55:17 nonaka Exp $	*/
+/*	$NetBSD: if_hvnreg.h,v 1.4 2024/02/09 22:08:34 andvar Exp $	*/
 /*	$OpenBSD: if_hvnreg.h,v 1.3 2016/09/14 17:48:28 mikeb Exp $	*/
 
 /*-
@@ -44,7 +44,7 @@
 #define HVN_NVS_RNDIS_MTYPE_CTRL	1
 
 /*
- * NVS message transacion status codes.
+ * NVS message transaction status codes.
  */
 #define HVN_NVS_STATUS_OK		1
 #define HVN_NVS_STATUS_FAILED		2

Index: src/sys/dev/ic/ad1848.c
diff -u src/sys/dev/ic/ad1848.c:1.33 src/sys/dev/ic/ad1848.c:1.34
--- src/sys/dev/ic/ad1848.c:1.33	Sat Feb 29 05:51:11 2020
+++ src/sys/dev/ic/ad1848.c	Fri Feb  9 22:08:34 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: ad1848.c,v 1.33 2020/02/29 05:51:11 isaki Exp $	*/
+/*	$NetBSD: ad1848.c,v 1.34 2024/02/09 22:08:34 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1999, 2008 The NetBSD Foundation, Inc.
@@ -95,7 +95,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ad1848.c,v 1.33 2020/02/29 05:51:11 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ad1848.c,v 1.34 2024/02/09 22:08:34 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -458,7 +458,7 @@ static const struct ad1848_mixerinfo {
 /*
  *  This function doesn't set the mute flags but does use them.
  *  The mute flags reflect the mutes that have been applied by the user.
- *  However, the driver occasionally wants to mute devices (e.g. when chaing
+ *  However, the driver occasionally wants to mute devices (e.g. when changing
  *  sampling rate). These operations should not affect the mute flags.
  */
 

Index: src/sys/dev/ic/cs89x0.c
diff -u src/sys/dev/ic/cs89x0.c:1.52 src/sys/dev/ic/cs89x0.c:1.53
--- src/sys/dev/ic/cs89x0.c:1.52	Sun Sep 18 17:21:18 2022
+++ src/sys/dev/ic/cs89x0.c	Fri Feb  9 22:08:34 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: cs89x0.c,v 1.52 2022/09/18 17:21:18 thorpej Exp $	*/
+/*	$NetBSD: cs89x0.c,v 1.53 2024/02/09 22:08:34 andvar Exp $	*/
 
 /*
  * Copyright (c) 2004 Christopher Gilbert
@@ -212,7 +212,7 @@
 */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cs89x0.c,v 1.52 2022/09/18 17:21:18 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cs89x0.c,v 1.53 2024/02/09 22:08:34 andvar Exp $");
 
 #include "opt_inet.h"
 
@@ -881,7 +881,7 @@ cs_reset_chip(struct cs_softc *sc)
 	sc->sc_txbusy = FALSE;
 
 	/*
-	 * There was a delay(125); here, but it seems uneccesary 125 usec is
+	 * There was a delay(125); here, but it seems unnecessary 125 usec is
 	 * 1/8000 of a second, not 1/8 of a second. the data sheet advises
 	 * 1/10 of a second here, but the SI_BUSY and INIT_DONE loops below
 	 * should be sufficient.

Index: src/sys/dev/ic/i82557.c
diff -u src/sys/dev/ic/i82557.c:1.160 src/sys/dev/ic/i82557.c:1.161
--- src/sys/dev/ic/i82557.c:1.160	Sat Jun 25 02:46:15 2022
+++ src/sys/dev/ic/i82557.c	Fri Feb  9 22:08:34 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: i82557.c,v 1.160 2022/06/25 02:46:15 tsutsui Exp $	*/
+/*	$NetBSD: i82557.c,v 1.161 2024/02/09 22:08:34 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1997, 1998, 1999, 2001, 2002 The NetBSD Foundation, Inc.
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: i82557.c,v 1.160 2022/06/25 02:46:15 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: i82557.c,v 1.161 2024/02/09 22:08:34 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -114,7 +114,7 @@ __KERNEL_RCSID(0, "$NetBSD: i82557.c,v 1
  * the first thing in the packet is a 14-byte Ethernet header.
  * This means that the packet is misaligned.  To compensate,
  * we actually offset the RFA 2 bytes into the cluster.  This
- * alignes the packet after the Ethernet header at a 32-bit
+ * aligns the packet after the Ethernet header at a 32-bit
  * boundary.  HOWEVER!  This means that the RFA is misaligned!
  */
 #define	RFA_ALIGNMENT_FUDGE	2

Index: src/sys/dev/ic/i82586.c
diff -u src/sys/dev/ic/i82586.c:1.90 src/sys/dev/ic/i82586.c:1.91
--- src/sys/dev/ic/i82586.c:1.90	Sun Oct 24 20:00:11 2021
+++ src/sys/dev/ic/i82586.c	Fri Feb  9 22:08:34 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: i82586.c,v 1.90 2021/10/24 20:00:11 andvar Exp $	*/
+/*	$NetBSD: i82586.c,v 1.91 2024/02/09 22:08:34 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -137,7 +137,7 @@ Mode of operation:
 */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: i82586.c,v 1.90 2021/10/24 20:00:11 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: i82586.c,v 1.91 2024/02/09 22:08:34 andvar Exp $");
 
 
 #include <sys/param.h>
@@ -1323,7 +1323,7 @@ ie_run_tdr(struct ie_softc *sc, int cmd)
  * i82586_setup_bufs: set up the buffers
  *
  * We have a block of KVA at sc->buf_area which is of size sc->buf_area_sz.
- * this is to be used for the buffers.  The chip indexs its control data
+ * this is to be used for the buffers.  The chip indexes its control data
  * structures with 16 bit offsets, and it indexes actual buffers with
  * 24 bit addresses.   So we should allocate control buffers first so that
  * we don't overflow the 16 bit offset field.   The number of transmit

Index: src/sys/dev/ic/i82586var.h
diff -u src/sys/dev/ic/i82586var.h:1.23 src/sys/dev/ic/i82586var.h:1.24
--- src/sys/dev/ic/i82586var.h:1.23	Fri Jun  3 16:28:40 2011
+++ src/sys/dev/ic/i82586var.h	Fri Feb  9 22:08:34 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: i82586var.h,v 1.23 2011/06/03 16:28:40 tsutsui Exp $	*/
+/*	$NetBSD: i82586var.h,v 1.24 2024/02/09 22:08:34 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -140,7 +140,7 @@
  * driver in `sc_scb'.
  *
  * The following functions provide the glue necessary to deal with
- * host and bus idiosyncracies:
+ * host and bus idiosyncrasies:
  *
  *	hwreset		- board reset
  *	hwinit		- board initialization

Index: src/sys/dev/ic/i8259reg.h
diff -u src/sys/dev/ic/i8259reg.h:1.4 src/sys/dev/ic/i8259reg.h:1.5
--- src/sys/dev/ic/i8259reg.h:1.4	Mon Apr 28 20:23:50 2008
+++ src/sys/dev/ic/i8259reg.h	Fri Feb  9 22:08:34 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: i8259reg.h,v 1.4 2008/04/28 20:23:50 martin Exp $	*/
+/*	$NetBSD: i8259reg.h,v 1.5 2024/02/09 22:08:34 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
 
 #define	PIC_ICW3	0x01	/* Initialization Command Word 3 (w) */
 #define	ICW3_CASCADE(x)	(1U << (x))	/* cascaded mode enable */
-#define	ICW3_SIC(x)	((x) << 0)	/* slave identifcation code */
+#define	ICW3_SIC(x)	((x) << 0)	/* slave identification code */
 
 #define	PIC_ICW4	0x01	/* Initialization Command Word 4 (w) */
 #define	ICW4_8086	(1U << 0)	/* 8086 mode */

Index: src/sys/dev/ic/interwavereg.h
diff -u src/sys/dev/ic/interwavereg.h:1.9 src/sys/dev/ic/interwavereg.h:1.10
--- src/sys/dev/ic/interwavereg.h:1.9	Mon Apr 28 20:23:50 2008
+++ src/sys/dev/ic/interwavereg.h	Fri Feb  9 22:08:34 2024
@@ -1,7 +1,7 @@
 #ifndef INTERWAVEREG_H
 #define INTERWAVEREG_H
 
-/*	$NetBSD: interwavereg.h,v 1.9 2008/04/28 20:23:50 martin Exp $	*/
+/*	$NetBSD: interwavereg.h,v 1.10 2024/02/09 22:08:34 andvar Exp $	*/
 
 /*
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -169,7 +169,7 @@
 #define SYNTH_UP	  0x90		 /* Enables Synthesizer */
 #define SYNTH_DOWN	  0x10		 /* Disables Synthesizer */
 #define LMC_UP		  0xA0		 /* Enables LM Module */
-#define LMC_DOWN	  0x20		 /* Disbales LM Module */
+#define LMC_DOWN	  0x20		 /* Disables LM Module */
 #define XTAL24_UP	  0xC0		 /* Enables 24MHz Osc */
 #define XTAL24_DOWN	  0x40		 /* Disables 24MHz Osc */
 #define PPWRI		  0xF2		 /* PPWRI index */

Index: src/sys/dev/ic/isp_netbsd.c
diff -u src/sys/dev/ic/isp_netbsd.c:1.98 src/sys/dev/ic/isp_netbsd.c:1.99
--- src/sys/dev/ic/isp_netbsd.c:1.98	Sat Aug  7 16:19:12 2021
+++ src/sys/dev/ic/isp_netbsd.c	Fri Feb  9 22:08:34 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: isp_netbsd.c,v 1.98 2021/08/07 16:19:12 thorpej Exp $ */
+/* $NetBSD: isp_netbsd.c,v 1.99 2024/02/09 22:08:34 andvar Exp $ */
 /*
  * Platform (NetBSD) dependent common attachment code for Qlogic adapters.
  */
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isp_netbsd.c,v 1.98 2021/08/07 16:19:12 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isp_netbsd.c,v 1.99 2024/02/09 22:08:34 andvar Exp $");
 
 #include <dev/ic/isp_netbsd.h>
 #include <dev/ic/isp_ioctl.h>
@@ -1090,7 +1090,7 @@ isp_fc_worker(void *arg)
 				/*
 				 * If we're now past our limit, release
 				 * the queues and let them come in and
-				 * either get HBA_SELTIMOUT or cause
+				 * either get HBA_SELTIMEOUT or cause
 				 * another freeze.
 				 */
 				isp->isp_osinfo.blocked = 1;

Index: src/sys/dev/ic/mb89352reg.h
diff -u src/sys/dev/ic/mb89352reg.h:1.6 src/sys/dev/ic/mb89352reg.h:1.7
--- src/sys/dev/ic/mb89352reg.h:1.6	Sun Dec 11 12:21:27 2005
+++ src/sys/dev/ic/mb89352reg.h	Fri Feb  9 22:08:34 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: mb89352reg.h,v 1.6 2005/12/11 12:21:27 christos Exp $	*/
+/*	$NetBSD: mb89352reg.h,v 1.7 2024/02/09 22:08:34 andvar Exp $	*/
 /*	NecBSD: mb89352reg.h,v 1.3 1998/03/14 07:04:34 kmatsuda Exp 	*/
 
 /*-
@@ -52,7 +52,7 @@
  * FUJITSU MB89352A SCSI Protocol Controller Hardware Description.
  */
 
-/* Definitions, most of them has turned out to be unneccesary, but here they
+/* Definitions, most of them has turned out to be unnecessary, but here they
  * are anyway.
  */
 

Index: src/sys/dev/ic/mpt_debug.c
diff -u src/sys/dev/ic/mpt_debug.c:1.12 src/sys/dev/ic/mpt_debug.c:1.13
--- src/sys/dev/ic/mpt_debug.c:1.12	Tue May 31 08:43:15 2022
+++ src/sys/dev/ic/mpt_debug.c	Fri Feb  9 22:08:34 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: mpt_debug.c,v 1.12 2022/05/31 08:43:15 andvar Exp $	*/
+/*	$NetBSD: mpt_debug.c,v 1.13 2024/02/09 22:08:34 andvar Exp $	*/
 
 /*
  * Copyright (c) 2000, 2001 by Greg Ansley
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mpt_debug.c,v 1.12 2022/05/31 08:43:15 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mpt_debug.c,v 1.13 2024/02/09 22:08:34 andvar Exp $");
 
 #include <dev/ic/mpt.h>
 
@@ -151,7 +151,7 @@ static const struct Error_Map IOC_SCSISt
 { MPI_SCSI_STATE_AUTOSENSE_FAILED,	"AutoSense_Failed" },
 { MPI_SCSI_STATE_NO_SCSI_STATUS,	"No_SCSI_Status" },
 { MPI_SCSI_STATE_TERMINATED,	   	"State_Terminated" },
-{ MPI_SCSI_STATE_RESPONSE_INFO_VALID,	"Repsonse_Info_Valid" },
+{ MPI_SCSI_STATE_RESPONSE_INFO_VALID,	"Response_Info_Valid" },
 { MPI_SCSI_STATE_QUEUE_TAG_REJECTED,	"Queue Tag Rejected" },
 { -1, 0},
 };
Index: src/sys/dev/ic/wd33c93var.h
diff -u src/sys/dev/ic/wd33c93var.h:1.12 src/sys/dev/ic/wd33c93var.h:1.13
--- src/sys/dev/ic/wd33c93var.h:1.12	Fri Dec 27 09:41:50 2019
+++ src/sys/dev/ic/wd33c93var.h	Fri Feb  9 22:08:34 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: wd33c93var.h,v 1.12 2019/12/27 09:41:50 msaitoh Exp $	*/
+/*	$NetBSD: wd33c93var.h,v 1.13 2024/02/09 22:08:34 andvar Exp $	*/
 
 /*
  * Copyright (c) 1990 The Regents of the University of California.
@@ -108,7 +108,7 @@ struct wd33c93_tinfo {
 #define T_NOSYNC	0x10		/* Force ASYNC mode */
 #define T_NODISC	0x20		/* Don't allow disconnect */
 #define T_TAG		0x40		/* Turn on TAG QUEUEs */
-#define T_WANTSYNC	0x80		/* Negotiatious should aim for sync */
+#define T_WANTSYNC	0x80		/* Negotiations should aim for sync */
 	u_char	period;			/* Period suggestion */
 	u_char	offset;			/* Offset suggestion */
 	struct wd33c93_linfo *lun[SBIC_NLUN]; /* LUN list for this target */

Index: src/sys/dev/ic/mpt_netbsd.c
diff -u src/sys/dev/ic/mpt_netbsd.c:1.39 src/sys/dev/ic/mpt_netbsd.c:1.40
--- src/sys/dev/ic/mpt_netbsd.c:1.39	Sat Aug  7 16:19:12 2021
+++ src/sys/dev/ic/mpt_netbsd.c	Fri Feb  9 22:08:34 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: mpt_netbsd.c,v 1.39 2021/08/07 16:19:12 thorpej Exp $	*/
+/*	$NetBSD: mpt_netbsd.c,v 1.40 2024/02/09 22:08:34 andvar Exp $	*/
 
 /*
  * Copyright (c) 2003 Wasabi Systems, Inc.
@@ -77,7 +77,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mpt_netbsd.c,v 1.39 2021/08/07 16:19:12 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mpt_netbsd.c,v 1.40 2024/02/09 22:08:34 andvar Exp $");
 
 #include "bio.h"
 
@@ -1358,7 +1358,7 @@ mpt_event_notify_reply(mpt_softc_t *mpt,
 
 	case MPI_EVENT_RESCAN:
 		/*
-		 * In general, thise means a device has been added
+		 * In general, this means a device has been added
 		 * to the loop.
 		 */
 		mpt_prt(mpt, "Rescan Port %d", (msg->Data[0] >> 8) & 0xff);

Index: src/sys/dev/ic/oosiop.c
diff -u src/sys/dev/ic/oosiop.c:1.18 src/sys/dev/ic/oosiop.c:1.19
--- src/sys/dev/ic/oosiop.c:1.18	Sat Aug  7 16:19:12 2021
+++ src/sys/dev/ic/oosiop.c	Fri Feb  9 22:08:34 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: oosiop.c,v 1.18 2021/08/07 16:19:12 thorpej Exp $	*/
+/*	$NetBSD: oosiop.c,v 1.19 2024/02/09 22:08:34 andvar Exp $	*/
 
 /*
  * Copyright (c) 2001 Shuichiro URATA.  All rights reserved.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: oosiop.c,v 1.18 2021/08/07 16:19:12 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: oosiop.c,v 1.19 2024/02/09 22:08:34 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -91,7 +91,7 @@ static void	oosiop_msgin(struct oosiop_s
 #define	DATAIN_TRAP	0xdead0001
 #define	DATAOUT_TRAP	0xdead0002
 
-/* Possible TP and SCF conbination */
+/* Possible TP and SCF combination */
 static const struct {
 	uint8_t		tp;
 	uint8_t		scf;

Index: src/sys/dev/ic/smc83c170reg.h
diff -u src/sys/dev/ic/smc83c170reg.h:1.13 src/sys/dev/ic/smc83c170reg.h:1.14
--- src/sys/dev/ic/smc83c170reg.h:1.13	Mon Apr 28 20:23:51 2008
+++ src/sys/dev/ic/smc83c170reg.h	Fri Feb  9 22:08:34 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: smc83c170reg.h,v 1.13 2008/04/28 20:23:51 martin Exp $	*/
+/*	$NetBSD: smc83c170reg.h,v 1.14 2024/02/09 22:08:34 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -320,7 +320,7 @@ struct epic_fraglist {
  *	LAN2	[3-0]		n8
  *
  * The LAN address is automatically recalled from the EEPROM after a
- * hard reseet.
+ * hard reset.
  */
 
 #define	EPIC_IDCHK		0x4c /* BOARD ID/CHECKSUM */

Index: src/sys/dev/ic/tcic2reg.h
diff -u src/sys/dev/ic/tcic2reg.h:1.5 src/sys/dev/ic/tcic2reg.h:1.6
--- src/sys/dev/ic/tcic2reg.h:1.5	Mon Apr 28 20:23:51 2008
+++ src/sys/dev/ic/tcic2reg.h	Fri Feb  9 22:08:34 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: tcic2reg.h,v 1.5 2008/04/28 20:23:51 martin Exp $	*/
+/*	$NetBSD: tcic2reg.h,v 1.6 2024/02/09 22:08:34 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -761,7 +761,7 @@
 #define	TCIC_MCTL_WSCNT_MASK	0x0f		/* wait state counter */
 
 /* Bits in the ICTL window registers */
-#define	TCIC_ICTL_ENA		(1 << 15)	/* enable this windo */
+#define	TCIC_ICTL_ENA		(1 << 15)	/* enable this window */
 #define	TCIC_ICTL_SS_SHIFT	12
 #define	TCIC_ICTL_SS_MASK	(7 << TCIC_ICTL_SS_SHIFT) /* which socket does this window map to */
 #define	TCIC_ICTL_AUTOSZ	0		/* auto size 8/16 bit acc. */

Index: src/sys/dev/ic/wd33c93.c
diff -u src/sys/dev/ic/wd33c93.c:1.32 src/sys/dev/ic/wd33c93.c:1.33
--- src/sys/dev/ic/wd33c93.c:1.32	Wed Feb  9 22:30:27 2022
+++ src/sys/dev/ic/wd33c93.c	Fri Feb  9 22:08:34 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: wd33c93.c,v 1.32 2022/02/09 22:30:27 andvar Exp $	*/
+/*	$NetBSD: wd33c93.c,v 1.33 2024/02/09 22:08:34 andvar Exp $	*/
 
 /*
  * Copyright (c) 1990 The Regents of the University of California.
@@ -79,7 +79,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wd33c93.c,v 1.32 2022/02/09 22:30:27 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wd33c93.c,v 1.33 2024/02/09 22:08:34 andvar Exp $");
 
 #include "opt_ddb.h"
 
@@ -1954,7 +1954,7 @@ wd33c93_nextstate(struct wd33c93_softc *
 		 */
 		if (acb->xs->xs_control & XS_CTL_POLL ||
 		    sc->sc_flags & SBICF_NODMA) {
-			/* Perfrom transfer using PIO */
+			/* Perform transfer using PIO */
 			int resid;
 
 			SBIC_DEBUG(DMA, ("PIO xfer: %d(%p:%zx)\n", sc->target,

Index: src/sys/dev/isa/aps.c
diff -u src/sys/dev/isa/aps.c:1.18 src/sys/dev/isa/aps.c:1.19
--- src/sys/dev/isa/aps.c:1.18	Wed Jun 29 15:56:58 2022
+++ src/sys/dev/isa/aps.c	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: aps.c,v 1.18 2022/06/29 15:56:58 mlelstv Exp $	*/
+/*	$NetBSD: aps.c,v 1.19 2024/02/09 22:08:35 andvar Exp $	*/
 /*	$OpenBSD: aps.c,v 1.15 2007/05/19 19:14:11 tedu Exp $	*/
 /*	$OpenBSD: aps.c,v 1.17 2008/06/27 06:08:43 canacar Exp $	*/
 /*
@@ -24,7 +24,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aps.c,v 1.18 2022/06/29 15:56:58 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aps.c,v 1.19 2024/02/09 22:08:35 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -49,7 +49,7 @@ __KERNEL_RCSID(0, "$NetBSD: aps.c,v 1.18
 
 /*
  * EC interface on Thinkpad Laptops, from Linux HDAPS driver notes.
- * From Renesans H8S/2140B Group Hardware Manual
+ * From Renesas H8S/2140B Group Hardware Manual
  * http://documentation.renesas.com/eng/products/mpumcu/rej09b0300_2140bhm.pdf
  *
  * EC uses LPC Channel 3 registers TWR0..15

Index: src/sys/dev/isa/ess.c
diff -u src/sys/dev/isa/ess.c:1.90 src/sys/dev/isa/ess.c:1.91
--- src/sys/dev/isa/ess.c:1.90	Sat Dec 24 15:23:02 2022
+++ src/sys/dev/isa/ess.c	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: ess.c,v 1.90 2022/12/24 15:23:02 andvar Exp $	*/
+/*	$NetBSD: ess.c,v 1.91 2024/02/09 22:08:35 andvar Exp $	*/
 
 /*
  * Copyright 1997
@@ -66,7 +66,7 @@
 */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ess.c,v 1.90 2022/12/24 15:23:02 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ess.c,v 1.91 2024/02/09 22:08:35 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -750,7 +750,7 @@ ess_identify(struct ess_softc *sc)
 	 *    register 0x69 independently of mixer register
 	 *    0x68. This determines which chip we have:
 	 *
-	 *    - can modify idependently indicates ES888
+	 *    - can modify independently indicates ES888
 	 *    - register 0x69 is an alias of 0x68 indicates ES1888
 	 */
 	reg1 = ess_read_mix_reg(sc, 0x68);

Index: src/sys/dev/isa/essreg.h
diff -u src/sys/dev/isa/essreg.h:1.17 src/sys/dev/isa/essreg.h:1.18
--- src/sys/dev/isa/essreg.h:1.17	Sat Aug 16 13:01:33 2014
+++ src/sys/dev/isa/essreg.h	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: essreg.h,v 1.17 2014/08/16 13:01:33 nakayama Exp $	*/
+/*	$NetBSD: essreg.h,v 1.18 2024/02/09 22:08:35 andvar Exp $	*/
 /*
  * Copyright 1997
  * Digital Equipment Corporation. All rights reserved.
@@ -33,7 +33,7 @@
  */
 
 /*
-** @(#) $RCSfile: essreg.h,v $ $Revision: 1.17 $ (SHARK) $Date: 2014/08/16 13:01:33 $
+** @(#) $RCSfile: essreg.h,v $ $Revision: 1.18 $ (SHARK) $Date: 2024/02/09 22:08:35 $
 **
 **++
 **
@@ -69,7 +69,7 @@
  * input or DMA completion.  They seem to have neglected the fact
  * that it would be nice to have a MIDI transmission complete interrupt.
  * Worse, the DMA engine is half-duplex.  This means you need to do
- * (timed) programmed I/O to be able to record and play simulataneously.
+ * (timed) programmed I/O to be able to record and play simultaneously.
  */
 #define ESS_ACMD_DAC8WRITE	0x10	/* direct-mode 8-bit DAC write */
 #define ESS_ACMD_DAC16WRITE	0x11	/* direct-mode 16-bit DAC write */

Index: src/sys/dev/isa/gusreg.h
diff -u src/sys/dev/isa/gusreg.h:1.10 src/sys/dev/isa/gusreg.h:1.11
--- src/sys/dev/isa/gusreg.h:1.10	Tue May 24 06:28:01 2022
+++ src/sys/dev/isa/gusreg.h	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: gusreg.h,v 1.10 2022/05/24 06:28:01 andvar Exp $ */
+/* $NetBSD: gusreg.h,v 1.11 2024/02/09 22:08:35 andvar Exp $ */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -184,7 +184,7 @@
 #define GUSMASK_BOTH_RQ		0x40		/* Combine both RQ lines */
 
 /*
- * GUS bitmaks for DMA control
+ * GUS bitmasks for DMA control
  */
 
 #define GUSMASK_DMA_ENABLE	0x01		/* Enable DMA transfer */

Index: src/sys/dev/isa/sbreg.h
diff -u src/sys/dev/isa/sbreg.h:1.32 src/sys/dev/isa/sbreg.h:1.33
--- src/sys/dev/isa/sbreg.h:1.32	Tue May 31 08:43:15 2022
+++ src/sys/dev/isa/sbreg.h	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: sbreg.h,v 1.32 2022/05/31 08:43:15 andvar Exp $	*/
+/*	$NetBSD: sbreg.h,v 1.33 2024/02/09 22:08:35 andvar Exp $	*/
 
 /*
  * Copyright (c) 1991-1993 Regents of the University of California.
@@ -38,7 +38,7 @@
 /*
  * SoundBlaster register definitions.
  * See "The Developer Kit for Sound Blaster Series, User's Guide" for more
- * complete information (avialable from Creative Labs, Inc.).  We refer
+ * complete information (available from Creative Labs, Inc.).  We refer
  * to this documentation as "SBK".
  *
  * We handle two types of cards: the basic SB version 2.0+, and
@@ -183,7 +183,7 @@
  * input or DMA completion.  They seem to have neglected the fact
  * that it would be nice to have a MIDI transmission complete interrupt.
  * Worse, the DMA engine is half-duplex.  This means you need to do
- * (timed) programmed I/O to be able to record and play simulataneously.
+ * (timed) programmed I/O to be able to record and play simultaneously.
  */
 #define SB_DSP_DACWRITE		0x10	/* programmed I/O write to DAC */
 #define SB_DSP_WDMA		0x14	/* begin 8-bit linear DMA output */

Index: src/sys/dev/marvell/mvspi.c
diff -u src/sys/dev/marvell/mvspi.c:1.8 src/sys/dev/marvell/mvspi.c:1.9
--- src/sys/dev/marvell/mvspi.c:1.8	Sat Feb 12 17:09:44 2022
+++ src/sys/dev/marvell/mvspi.c	Fri Feb  9 22:08:35 2024
@@ -189,7 +189,7 @@ mvspi_configure(void *cookie, int slave,
 	}
 
 	/* Find the best prescale configuration - less or equal:
-	 * SPI actual frecuency = core_clk / (SPR * (2 ^ SPPR))
+	 * SPI actual frequency = core_clk / (SPR * (2 ^ SPPR))
 	 * Try to find the minimal SPR and SPPR values that offer
 	 * the best prescale config.
 	 *

Index: src/sys/dev/marvell/mvxpsec.c
diff -u src/sys/dev/marvell/mvxpsec.c:1.19 src/sys/dev/marvell/mvxpsec.c:1.20
--- src/sys/dev/marvell/mvxpsec.c:1.19	Sun May 28 08:01:46 2023
+++ src/sys/dev/marvell/mvxpsec.c	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: mvxpsec.c,v 1.19 2023/05/28 08:01:46 andvar Exp $	*/
+/*	$NetBSD: mvxpsec.c,v 1.20 2024/02/09 22:08:35 andvar Exp $	*/
 /*
  * Copyright (c) 2015 Internet Initiative Japan Inc.
  * All rights reserved.
@@ -2432,7 +2432,7 @@ mvxpsec_packet_setcrp(struct mvxpsec_pac
 {
 	int err = EINVAL;
 
-	/* regiseter crp to the MVXPSEC packet */
+	/* register crp to the MVXPSEC packet */
 	if (crp->crp_flags & CRYPTO_F_IMBUF) {
 		err = mvxpsec_packet_setmbuf(mv_p,
 		    (struct mbuf *)crp->crp_buf);

Index: src/sys/dev/microcode/aic7xxx/aic79xx.reg
diff -u src/sys/dev/microcode/aic7xxx/aic79xx.reg:1.16 src/sys/dev/microcode/aic7xxx/aic79xx.reg:1.17
--- src/sys/dev/microcode/aic7xxx/aic79xx.reg:1.16	Tue May 31 08:43:15 2022
+++ src/sys/dev/microcode/aic7xxx/aic79xx.reg	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: aic79xx.reg,v 1.16 2022/05/31 08:43:15 andvar Exp $	*/
+/*	$NetBSD: aic79xx.reg,v 1.17 2024/02/09 22:08:35 andvar Exp $	*/
 
 /*
  * Aic79xx register and scratch ram definitions.
@@ -3710,7 +3710,7 @@ scratch_ram {
 
 	/*
 	 * The maximum amount of time to wait, when interrupt coalescing
-	 * is enabled, before issueing a CMDCMPLT interrupt for a completed
+	 * is enabled, before issuing a CMDCMPLT interrupt for a completed
 	 * command.
 	 */
 	INT_COALESCING_TIMER {

Index: src/sys/dev/mii/ciphyreg.h
diff -u src/sys/dev/mii/ciphyreg.h:1.6 src/sys/dev/mii/ciphyreg.h:1.7
--- src/sys/dev/mii/ciphyreg.h:1.6	Wed Jan 16 08:32:58 2019
+++ src/sys/dev/mii/ciphyreg.h	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: ciphyreg.h,v 1.6 2019/01/16 08:32:58 msaitoh Exp $ */
+/* $NetBSD: ciphyreg.h,v 1.7 2024/02/09 22:08:35 andvar Exp $ */
 
 /*-
  * Copyright (c) 2004
@@ -66,7 +66,7 @@
 #define CIPHY_1000STS2_SSDERR	0x0200	/* false carrier error detected */
 #define CIPHY_1000STS2_ESDERR	0x0100	/* premature end of stream error */
 #define CIPHY_1000STS2_CARREXT	0x0080	/* carrier extension err detected */
-#define CIPHY_1000STS2_BCM5400	0x0040	/* non-complient BCM5400 detected */
+#define CIPHY_1000STS2_BCM5400	0x0040	/* non-compliant BCM5400 detected */
 
 /* Bypass control register */
 #define CIPHY_MII_BYPASS	0x12

Index: src/sys/dev/mii/ihphyreg.h
diff -u src/sys/dev/mii/ihphyreg.h:1.2 src/sys/dev/mii/ihphyreg.h:1.3
--- src/sys/dev/mii/ihphyreg.h:1.2	Tue Jul 18 08:22:55 2017
+++ src/sys/dev/mii/ihphyreg.h	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: ihphyreg.h,v 1.2 2017/07/18 08:22:55 msaitoh Exp $	*/
+/*	$NetBSD: ihphyreg.h,v 1.3 2024/02/09 22:08:35 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -75,7 +75,7 @@
 /* PHY Status Register */
 #define	IHPHY_MII_ESR		BME1000_REG(0, 26)
 #define	IHPHY_ESR_STANDBY	0x8000	/* PHY in standby */
-#define	IHPHY_ESR_ANEG_FAULT	0x6000	/* Autonegotation fault status */
+#define	IHPHY_ESR_ANEG_FAULT	0x6000	/* Autonegotiation fault status */
 #define	IHPHY_ESR_ANEG_STAT	0x1000	/* Autonegotiation status */
 #define	IHPHY_ESR_PAIR_SWAP	0x0800	/* Pair swap on pairs A and B */
 #define	IHPHY_ESR_POLARITY	0x0400	/* Polarity status */
Index: src/sys/dev/mii/lxtphyreg.h
diff -u src/sys/dev/mii/lxtphyreg.h:1.2 src/sys/dev/mii/lxtphyreg.h:1.3
--- src/sys/dev/mii/lxtphyreg.h:1.2	Mon Apr 28 20:23:53 2008
+++ src/sys/dev/mii/lxtphyreg.h	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: lxtphyreg.h,v 1.2 2008/04/28 20:23:53 martin Exp $	*/
+/*	$NetBSD: lxtphyreg.h,v 1.3 2024/02/09 22:08:35 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
 	/* All bits user-defined */
 
 #define	MII_LXTPHY_IER		0x11	/* Interrupt Enable Register */
-#define	IER_MIIDRVLVL		0x0008	/* Rediced MII driver levels */
+#define	IER_MIIDRVLVL		0x0008	/* Reduced MII driver levels */
 #define	IER_LNK_CRITERIA	0x0004	/* Enhanced Link Loss Criteria */
 #define	IER_INTEN		0x0002	/* Interrupt Enable */
 #define	IER_TINT		0x0001	/* Force Interrupt */

Index: src/sys/dev/mii/makphy.c
diff -u src/sys/dev/mii/makphy.c:1.72 src/sys/dev/mii/makphy.c:1.73
--- src/sys/dev/mii/makphy.c:1.72	Thu Jan  6 07:39:10 2022
+++ src/sys/dev/mii/makphy.c	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: makphy.c,v 1.72 2022/01/06 07:39:10 msaitoh Exp $	*/
+/*	$NetBSD: makphy.c,v 1.73 2024/02/09 22:08:35 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: makphy.c,v 1.72 2022/01/06 07:39:10 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: makphy.c,v 1.73 2024/02/09 22:08:35 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -408,7 +408,7 @@ makphy_service(struct mii_softc *sc, str
 		mii_phy_setmedia(sc);
 
 		/*
-		 * If autonegitation is not enabled, we need a
+		 * If autonegotiation is not enabled, we need a
 		 * software reset for the settings to take effect.
 		 */
 		if (IFM_SUBTYPE(ife->ifm_media) == IFM_NONE)

Index: src/sys/dev/mii/tlphyreg.h
diff -u src/sys/dev/mii/tlphyreg.h:1.4 src/sys/dev/mii/tlphyreg.h:1.5
--- src/sys/dev/mii/tlphyreg.h:1.4	Mon Oct 19 18:41:14 2009
+++ src/sys/dev/mii/tlphyreg.h	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: tlphyreg.h,v 1.4 2009/10/19 18:41:14 bouyer Exp $	*/
+/*	$NetBSD: tlphyreg.h,v 1.5 2024/02/09 22:08:35 andvar Exp $	*/
 
 /*
  * Copyright (c) 1997 Manuel Bouyer.  All rights reserved.
@@ -34,7 +34,7 @@
 #define	MII_TLPHY_ID	0x10	/* ThunderLAN PHY ID */
 #define	ID_10BASETAUI	0x0001	/* 10baseT/AUI PHY */
 
-#define	MII_TLPHY_CTRL	0x11	/* Control regiseter */
+#define	MII_TLPHY_CTRL	0x11	/* Control register */
 #define	CTRL_ILINK	0x8000	/* Ignore link */
 #define	CTRL_SWPOL	0x4000	/* swap polarity */
 #define	CTRL_AUISEL	0x2000	/* Select AUI */

Index: src/sys/dev/nor/cfi_0002.h
diff -u src/sys/dev/nor/cfi_0002.h:1.2 src/sys/dev/nor/cfi_0002.h:1.3
--- src/sys/dev/nor/cfi_0002.h:1.2	Tue Jul 19 20:52:10 2011
+++ src/sys/dev/nor/cfi_0002.h	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: cfi_0002.h,v 1.2 2011/07/19 20:52:10 cliff Exp $	*/
+/*	$NetBSD: cfi_0002.h,v 1.3 2024/02/09 22:08:35 andvar Exp $	*/
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -50,7 +50,7 @@ struct cmdset_0002_query_data {
     uint8_t	acc_min;		/* Acc supply min voltage */
     uint8_t	acc_max;		/* Acc supply max voltage */
     uint8_t	wp_prot;		/* WP# protection */
-    uint8_t	prog_susp;		/* prpogram suspend */
+    uint8_t	prog_susp;		/* program suspend */
     uint8_t	unlock_bypass;		/* unlock bypass */
     uint8_t	sss_size;		/* secured silicon sector size (1<<N) */
     uint8_t	soft_feat;		/* software features */

Index: src/sys/dev/pci/ahc_pci.c
diff -u src/sys/dev/pci/ahc_pci.c:1.74 src/sys/dev/pci/ahc_pci.c:1.75
--- src/sys/dev/pci/ahc_pci.c:1.74	Sun Nov 10 21:16:36 2019
+++ src/sys/dev/pci/ahc_pci.c	Fri Feb  9 22:08:35 2024
@@ -39,7 +39,7 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGES.
  *
- * $Id: ahc_pci.c,v 1.74 2019/11/10 21:16:36 chs Exp $
+ * $Id: ahc_pci.c,v 1.75 2024/02/09 22:08:35 andvar Exp $
  *
  * //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#57 $
  *
@@ -50,7 +50,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahc_pci.c,v 1.74 2019/11/10 21:16:36 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahc_pci.c,v 1.75 2024/02/09 22:08:35 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1142,7 +1142,7 @@ ahc_9005_subdevinfo_valid(uint16_t devic
 
 
 /*
- * Test for the presense of external sram in an
+ * Test for the presence of external sram in an
  * "unshared" configuration.
  */
 static int

Index: src/sys/dev/pci/arcmsrvar.h
diff -u src/sys/dev/pci/arcmsrvar.h:1.15 src/sys/dev/pci/arcmsrvar.h:1.16
--- src/sys/dev/pci/arcmsrvar.h:1.15	Sun Jun 12 02:16:15 2016
+++ src/sys/dev/pci/arcmsrvar.h	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: arcmsrvar.h,v 1.15 2016/06/12 02:16:15 christos Exp $ */
+/*	$NetBSD: arcmsrvar.h,v 1.16 2024/02/09 22:08:35 andvar Exp $ */
 /*	Derived from $OpenBSD: arc.c,v 1.68 2007/10/27 03:28:27 dlg Exp $ */
 
 /*
@@ -402,7 +402,7 @@ struct arc_fw_sysinfo {
 } __packed;
 
 /*
- * autconf(9) glue.
+ * autoconf(9) glue.
  */
 struct arc_ccb;
 TAILQ_HEAD(arc_ccb_list, arc_ccb);
Index: src/sys/dev/pci/pciide_piix_reg.h
diff -u src/sys/dev/pci/pciide_piix_reg.h:1.15 src/sys/dev/pci/pciide_piix_reg.h:1.16
--- src/sys/dev/pci/pciide_piix_reg.h:1.15	Wed Jul  4 03:00:46 2018
+++ src/sys/dev/pci/pciide_piix_reg.h	Fri Feb  9 22:08:36 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: pciide_piix_reg.h,v 1.15 2018/07/04 03:00:46 kamil Exp $	*/
+/*	$NetBSD: pciide_piix_reg.h,v 1.16 2024/02/09 22:08:36 andvar Exp $	*/
 
 /*
  * Copyright (c) 1998 Manuel Bouyer.
@@ -104,7 +104,7 @@
 #define PIIX_CONFIG_UDMA100(channel, drive) (0x1000 << ((channel) * 2 + (drive)))
 
 /*
- * these tables define the differents values to upload to the
+ * these tables define the different values to upload to the
  * ISP and RTC registers for the various PIO and DMA mode
  * (from the PIIX4 doc).
  */

Index: src/sys/dev/pci/cz.c
diff -u src/sys/dev/pci/cz.c:1.65 src/sys/dev/pci/cz.c:1.66
--- src/sys/dev/pci/cz.c:1.65	Wed Oct 26 23:46:24 2022
+++ src/sys/dev/pci/cz.c	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: cz.c,v 1.65 2022/10/26 23:46:24 riastradh Exp $	*/
+/*	$NetBSD: cz.c,v 1.66 2024/02/09 22:08:35 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2000 Zembu Labs, Inc.
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cz.c,v 1.65 2022/10/26 23:46:24 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cz.c,v 1.66 2024/02/09 22:08:35 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -696,7 +696,7 @@ cz_intr(void *arg)
 		/* XXX - is this needed? */
 		(void)CZ_FWCTL_READ(cz, BRDCTL_FWCMD_PARAM);
 
-		/* now clear this interrupt, posslibly enabling another */
+		/* now clear this interrupt, possibly enabling another */
 		CZ_PLX_WRITE(cz, PLX_LOCAL_PCI_DOORBELL, command);
 
 		if (cz->cz_ports == NULL) {

Index: src/sys/dev/pci/czreg.h
diff -u src/sys/dev/pci/czreg.h:1.3 src/sys/dev/pci/czreg.h:1.4
--- src/sys/dev/pci/czreg.h:1.3	Sat Jul 11 10:32:46 2015
+++ src/sys/dev/pci/czreg.h	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: czreg.h,v 1.3 2015/07/11 10:32:46 kamil Exp $	*/
+/*	$NetBSD: czreg.h,v 1.4 2024/02/09 22:08:35 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2000 Zembu Labs, Inc.
@@ -386,9 +386,9 @@ struct zfirm_block {
 #define	C_CM_TINACT		0x51	/* sets inactivity detection */
 #define	C_CM_IRQ_ENBL		0x52	/* enables generation of interrupts */
 #define	C_CM_IRQ_DSBL		0x53	/* disables generation of interrupts */
-#define	C_CM_ACK_ENBL		0x54	/* enables acknolowdged interrupt
+#define	C_CM_ACK_ENBL		0x54	/* enables acknowledged interrupt
 					   mode */
-#define	C_CM_ACK_DSBL		0x55	/* disables acknolowdged intr mode */
+#define	C_CM_ACK_DSBL		0x55	/* disables acknowledged intr mode */
 #define	C_CM_FLUSH_RX		0x56	/* flushes Rx buffer */
 #define	C_CM_FLUSH_TX		0x57	/* flushes Tx buffer */
 #define	C_CM_Q_ENABLE		0x58	/* enables queue access from the
Index: src/sys/dev/pci/if_alereg.h
diff -u src/sys/dev/pci/if_alereg.h:1.3 src/sys/dev/pci/if_alereg.h:1.4
--- src/sys/dev/pci/if_alereg.h:1.3	Tue Sep  3 14:29:26 2019
+++ src/sys/dev/pci/if_alereg.h	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_alereg.h,v 1.3 2019/09/03 14:29:26 msaitoh Exp $	*/
+/*	$NetBSD: if_alereg.h,v 1.4 2024/02/09 22:08:35 andvar Exp $	*/
 /*	$OpenBSD: if_alereg.h,v 1.2 2011/05/20 08:36:55 kevlo Exp $	*/
 
 /*-
@@ -779,7 +779,7 @@ struct tx_desc {
 /*
  * TODO : Should get real jumbo MTU size.
  * The hardware seems to have trouble in dealing with large
- * frame length. If you encounter unstability issue, use
+ * frame length. If you encounter instability issue, use
  * lower MTU size.
  */
 #define	ALE_JUMBO_FRAMELEN	8132

Index: src/sys/dev/pci/esmvar.h
diff -u src/sys/dev/pci/esmvar.h:1.19 src/sys/dev/pci/esmvar.h:1.20
--- src/sys/dev/pci/esmvar.h:1.19	Wed May  8 13:40:18 2019
+++ src/sys/dev/pci/esmvar.h	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: esmvar.h,v 1.19 2019/05/08 13:40:18 isaki Exp $	*/
+/*	$NetBSD: esmvar.h,v 1.20 2024/02/09 22:08:35 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2002, 2003 Matt Fredette
@@ -59,7 +59,7 @@
  * who brought patches based on the Linux driver with some simplification.
  */
 
-/* IRQ timer fequency limits */
+/* IRQ timer frequency limits */
 #define MAESTRO_MINFREQ	24
 #define MAESTRO_MAXFREQ	48000
 

Index: src/sys/dev/pci/if_alcreg.h
diff -u src/sys/dev/pci/if_alcreg.h:1.9 src/sys/dev/pci/if_alcreg.h:1.10
--- src/sys/dev/pci/if_alcreg.h:1.9	Sat Feb  8 07:24:46 2020
+++ src/sys/dev/pci/if_alcreg.h	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_alcreg.h,v 1.9 2020/02/08 07:24:46 maxv Exp $	*/
+/*	$NetBSD: if_alcreg.h,v 1.10 2024/02/09 22:08:35 andvar Exp $	*/
 /*	$OpenBSD: if_alcreg.h,v 1.1 2009/08/08 09:31:13 kevlo Exp $	*/
 /*-
  * Copyright (c) 2009, Pyun YongHyeon <yong...@freebsd.org>
@@ -1157,7 +1157,7 @@ struct smb {
 	uint32_t updated;
 };
 
-/* CMB(Coalesing message block) */
+/* CMB(Coalescing Message Block) */
 struct cmb {
 	uint32_t cons;
 };
Index: src/sys/dev/pci/if_enavar.h
diff -u src/sys/dev/pci/if_enavar.h:1.9 src/sys/dev/pci/if_enavar.h:1.10
--- src/sys/dev/pci/if_enavar.h:1.9	Sun Nov  5 18:17:41 2023
+++ src/sys/dev/pci/if_enavar.h	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_enavar.h,v 1.9 2023/11/05 18:17:41 jdolecek Exp $	*/
+/*	$NetBSD: if_enavar.h,v 1.10 2024/02/09 22:08:35 andvar Exp $	*/
 
 /*-
  * BSD LICENSE
@@ -294,8 +294,8 @@ struct ena_ring {
 	uint16_t next_to_clean;
 
 	union {
-		struct ena_tx_buffer *tx_buffer_info; /* contex of tx packet */
-		struct ena_rx_buffer *rx_buffer_info; /* contex of rx packet */
+		struct ena_tx_buffer *tx_buffer_info; /* context of tx packet */
+		struct ena_rx_buffer *rx_buffer_info; /* context of rx packet */
 	};
 	int ring_size; /* number of tx/rx_buffer_info's entries */
 

Index: src/sys/dev/pci/if_bce.c
diff -u src/sys/dev/pci/if_bce.c:1.63 src/sys/dev/pci/if_bce.c:1.64
--- src/sys/dev/pci/if_bce.c:1.63	Tue Jun 27 21:43:58 2023
+++ src/sys/dev/pci/if_bce.c	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: if_bce.c,v 1.63 2023/06/27 21:43:58 nisimura Exp $	 */
+/* $NetBSD: if_bce.c,v 1.64 2024/02/09 22:08:35 andvar Exp $	 */
 
 /*
  * Copyright (c) 2003 Clifford Wright. All rights reserved.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bce.c,v 1.63 2023/06/27 21:43:58 nisimura Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bce.c,v 1.64 2024/02/09 22:08:35 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -346,7 +346,7 @@ bce_attach(device_t parent, device_t sel
 	 */
 	/*
 	 * XXX PAGE_SIZE is wasteful; we only need 1KB + 1KB, but
-	 * due to the limition above. ??
+	 * due to the limitation above. ??
 	 */
 	if ((error = bus_dmamem_alloc(sc->bce_dmatag,
 	    2 * PAGE_SIZE, PAGE_SIZE, 2 * PAGE_SIZE,
@@ -1032,7 +1032,7 @@ bce_add_mac(struct bce_softc *sc, uint8_
 	}
 }
 
-/* Add a receive buffer to the indiciated descriptor. */
+/* Add a receive buffer to the indicated descriptor. */
 static int
 bce_add_rxbuf(struct bce_softc *sc, int idx)
 {
Index: src/sys/dev/pci/if_dge.c
diff -u src/sys/dev/pci/if_dge.c:1.63 src/sys/dev/pci/if_dge.c:1.64
--- src/sys/dev/pci/if_dge.c:1.63	Fri Dec 31 14:25:23 2021
+++ src/sys/dev/pci/if_dge.c	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_dge.c,v 1.63 2021/12/31 14:25:23 riastradh Exp $ */
+/*	$NetBSD: if_dge.c,v 1.64 2024/02/09 22:08:35 andvar Exp $ */
 
 /*
  * Copyright (c) 2004, SUNET, Swedish University Computer Network.
@@ -80,7 +80,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_dge.c,v 1.63 2021/12/31 14:25:23 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_dge.c,v 1.64 2024/02/09 22:08:35 andvar Exp $");
 
 
 
@@ -2120,7 +2120,7 @@ dge_stop(struct ifnet *ifp, int disable)
 /*
  * dge_add_rxbuf:
  *
- *	Add a receive buffer to the indiciated descriptor.
+ *	Add a receive buffer to the indicated descriptor.
  */
 static int
 dge_add_rxbuf(struct dge_softc *sc, int idx)

Index: src/sys/dev/pci/if_bge.c
diff -u src/sys/dev/pci/if_bge.c:1.389 src/sys/dev/pci/if_bge.c:1.390
--- src/sys/dev/pci/if_bge.c:1.389	Tue Aug  1 20:46:01 2023
+++ src/sys/dev/pci/if_bge.c	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_bge.c,v 1.389 2023/08/01 20:46:01 andvar Exp $	*/
+/*	$NetBSD: if_bge.c,v 1.390 2024/02/09 22:08:35 andvar Exp $	*/
 
 /*
  * Copyright (c) 2001 Wind River Systems
@@ -79,7 +79,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.389 2023/08/01 20:46:01 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.390 2024/02/09 22:08:35 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -707,7 +707,7 @@ bge_ape_read_fw_ver(struct bge_softc *sc
 
 	sc->bge_mfw_flags |= BGE_MFW_ON_APE;
 
-	/* Fetch the APE firwmare type and version. */
+	/* Fetch the APE firmware type and version. */
 	apedata = APE_READ_4(sc, BGE_APE_FW_VERSION);
 	features = APE_READ_4(sc, BGE_APE_FW_FEATURES);
 	if ((features & BGE_APE_FW_FEATURE_NCSI) != 0) {
@@ -2601,7 +2601,7 @@ bge_blockinit(struct bge_softc *sc)
 	 * The BD ring replenish thresholds control how often the
 	 * hardware fetches new BD's from the producer rings in host
 	 * memory.  Setting the value too low on a busy system can
-	 * starve the hardware and recue the throughpout.
+	 * starve the hardware and reduce the throughput.
 	 *
 	 * Set the BD ring replenish thresholds. The recommended
 	 * values are 1/8th the number of descriptors allocated to
@@ -2737,7 +2737,7 @@ bge_blockinit(struct bge_softc *sc)
 	CSR_WRITE_4(sc, BGE_RXLP_CFG, 0x181);
 
 	/* 5718 step 29, 57XX step 58 */
-	/* Inialize RX list placement stats mask. */
+	/* Initialize RX list placement stats mask. */
 	if (BGE_IS_575X_PLUS(sc)) {
 		val = CSR_READ_4(sc, BGE_RXLP_STATS_ENABLE_MASK);
 		val &= ~BGE_RXLPSTATCONTROL_DACK_FIX;
@@ -3508,7 +3508,7 @@ bge_attach(device_t parent, device_t sel
 	 * known bug which can't handle TSO if ethernet header + IP/TCP
 	 * header is greater than 80 bytes. The workaround for the TSO
 	 * bug exist but it seems it's too expensive than not using
-	 * TSO at all. Some hardwares also have the TSO bug so limit
+	 * TSO at all. Some hardware also have the TSO bug so limit
 	 * the TSO to the controllers that are not affected TSO issues
 	 * (e.g. 5755 or higher).
 	 */

Index: src/sys/dev/pci/if_bgereg.h
diff -u src/sys/dev/pci/if_bgereg.h:1.97 src/sys/dev/pci/if_bgereg.h:1.98
--- src/sys/dev/pci/if_bgereg.h:1.97	Sat Jul  2 07:26:53 2022
+++ src/sys/dev/pci/if_bgereg.h	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_bgereg.h,v 1.97 2022/07/02 07:26:53 skrll Exp $	*/
+/*	$NetBSD: if_bgereg.h,v 1.98 2024/02/09 22:08:35 andvar Exp $	*/
 /*
  * Copyright (c) 2001 Wind River Systems
  * Copyright (c) 1997, 1998, 1999, 2001
@@ -2625,7 +2625,7 @@ struct bge_gib {
  * The first thing in the packet is a 14-byte Ethernet header.
  * This means that the packet is misaligned.  To compensate,
  * we actually offset the data 2 bytes into the cluster.  This
- * alignes the packet after the Ethernet header at a 32-bit
+ * aligns the packet after the Ethernet header at a 32-bit
  * boundary.
  */
 
Index: src/sys/dev/pci/if_ixl.c
diff -u src/sys/dev/pci/if_ixl.c:1.97 src/sys/dev/pci/if_ixl.c:1.98
--- src/sys/dev/pci/if_ixl.c:1.97	Mon Feb  5 21:46:06 2024
+++ src/sys/dev/pci/if_ixl.c	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_ixl.c,v 1.97 2024/02/05 21:46:06 andvar Exp $	*/
+/*	$NetBSD: if_ixl.c,v 1.98 2024/02/09 22:08:35 andvar Exp $	*/
 
 /*
  * Copyright (c) 2013-2015, Intel Corporation
@@ -74,7 +74,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ixl.c,v 1.97 2024/02/05 21:46:06 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ixl.c,v 1.98 2024/02/09 22:08:35 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_if_ixl.h"
@@ -4415,7 +4415,7 @@ ixl_get_phy_info(struct ixl_softc *sc)
 		goto done;
 	default:
 		aprint_error_dev(sc->sc_dev,
-		    "GET PHY ABILITIIES error %u\n", rv);
+		    "GET PHY ABILITIES error %u\n", rv);
 		goto done;
 	}
 

Index: src/sys/dev/pci/if_bnx.c
diff -u src/sys/dev/pci/if_bnx.c:1.112 src/sys/dev/pci/if_bnx.c:1.113
--- src/sys/dev/pci/if_bnx.c:1.112	Tue Aug  1 21:26:28 2023
+++ src/sys/dev/pci/if_bnx.c	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_bnx.c,v 1.112 2023/08/01 21:26:28 andvar Exp $	*/
+/*	$NetBSD: if_bnx.c,v 1.113 2024/02/09 22:08:35 andvar Exp $	*/
 /*	$OpenBSD: if_bnx.c,v 1.101 2013/03/28 17:21:44 brad Exp $	*/
 
 /*-
@@ -35,7 +35,7 @@
 #if 0
 __FBSDID("$FreeBSD: src/sys/dev/bce/if_bce.c,v 1.3 2006/04/13 14:12:26 ru Exp $");
 #endif
-__KERNEL_RCSID(0, "$NetBSD: if_bnx.c,v 1.112 2023/08/01 21:26:28 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bnx.c,v 1.113 2024/02/09 22:08:35 andvar Exp $");
 
 /*
  * The following controllers are supported by this driver:
@@ -640,7 +640,7 @@ bnx_attach(device_t parent, device_t sel
 	/*
 	 * Configure byte swap and enable indirect register access.
 	 * Rely on CPU to do target byte swapping on big endian systems.
-	 * Access to registers outside of PCI configurtion space are not
+	 * Access to registers outside of PCI configuration space are not
 	 * valid until this is done.
 	 */
 	pci_conf_write(pa->pa_pc, pa->pa_tag, BNX_PCICFG_MISC_CONFIG,
@@ -1409,7 +1409,7 @@ bnx_release_nvram_lock(struct bnx_softc 
 	}
 
 	if (j >= NVRAM_TIMEOUT_COUNT) {
-		DBPRINT(sc, BNX_WARN, "Timeout reeasing NVRAM lock!\n");
+		DBPRINT(sc, BNX_WARN, "Timeout releasing NVRAM lock!\n");
 		return EBUSY;
 	}
 
@@ -5094,13 +5094,13 @@ bnx_mgmt_init_exit:
 	DBPRINT(sc, BNX_VERBOSE_RESET, "Exiting %s()\n", __func__);
 }
 
-/****************************************************************************/
-/* Encapsultes an mbuf cluster into the tx_bd chain structure and makes the */
-/* memory visible to the controller.                                        */
-/*                                                                          */
-/* Returns:                                                                 */
-/*   0 for success, positive value for failure.                             */
-/****************************************************************************/
+/*****************************************************************************/
+/* Encapsulates an mbuf cluster into the tx_bd chain structure and makes the */
+/* memory visible to the controller.                                         */
+/*                                                                           */
+/* Returns:                                                                  */
+/*   0 for success, positive value for failure.                              */
+/*****************************************************************************/
 int
 bnx_tx_encap(struct bnx_softc *sc, struct mbuf *m)
 {

Index: src/sys/dev/pci/if_bnxreg.h
diff -u src/sys/dev/pci/if_bnxreg.h:1.29 src/sys/dev/pci/if_bnxreg.h:1.30
--- src/sys/dev/pci/if_bnxreg.h:1.29	Mon Feb  5 22:08:05 2024
+++ src/sys/dev/pci/if_bnxreg.h	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_bnxreg.h,v 1.29 2024/02/05 22:08:05 andvar Exp $	*/
+/*	$NetBSD: if_bnxreg.h,v 1.30 2024/02/09 22:08:35 andvar Exp $	*/
 /*	$OpenBSD: if_bnxreg.h,v 1.33 2009/09/05 16:02:28 claudio Exp $  */
 
 /*-
@@ -318,7 +318,7 @@ struct flash_spec {
 
 /****************************************************************************/
 /* Shared Memory layout							    */
-/* The BNX bootcode will initialize this data area with port configurtion   */
+/* The BNX bootcode will initialize this data area with port configuration  */
 /* information which can be accessed by the driver.			    */
 /****************************************************************************/
 
Index: src/sys/dev/pci/if_lii.c
diff -u src/sys/dev/pci/if_lii.c:1.29 src/sys/dev/pci/if_lii.c:1.30
--- src/sys/dev/pci/if_lii.c:1.29	Fri Sep 16 20:43:17 2022
+++ src/sys/dev/pci/if_lii.c	Fri Feb  9 22:08:36 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_lii.c,v 1.29 2022/09/16 20:43:17 andvar Exp $	*/
+/*	$NetBSD: if_lii.c,v 1.30 2024/02/09 22:08:36 andvar Exp $	*/
 
 /*
  *  Copyright (c) 2008 The NetBSD Foundation.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_lii.c,v 1.29 2022/09/16 20:43:17 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_lii.c,v 1.30 2024/02/09 22:08:36 andvar Exp $");
 
 
 #include <sys/param.h>
@@ -1005,7 +1005,7 @@ lii_rxintr(struct lii_softc *sc)
 		}
 
 		m_set_rcvif(m, ifp);
-		/* Copy the packet withhout the FCS */
+		/* Copy the packet without the FCS */
 		m->m_pkthdr.len = m->m_len = size;
 		memcpy(mtod(m, void *), &rxp->rxp_data[0], size);
 

Index: src/sys/dev/pci/if_casvar.h
diff -u src/sys/dev/pci/if_casvar.h:1.8 src/sys/dev/pci/if_casvar.h:1.9
--- src/sys/dev/pci/if_casvar.h:1.8	Wed Jan 29 02:16:02 2020
+++ src/sys/dev/pci/if_casvar.h	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_casvar.h,v 1.8 2020/01/29 02:16:02 msaitoh Exp $ */
+/*	$NetBSD: if_casvar.h,v 1.9 2024/02/09 22:08:35 andvar Exp $ */
 /*	$OpenBSD: if_casvar.h,v 1.6 2009/06/13 12:18:58 kettenis Exp $	*/
 
 /*
@@ -213,7 +213,7 @@ struct cas_softc {
 };
 
 /*
- * This maccro determines whether we have a Cassini+.
+ * This macro determines whether we have a Cassini+.
  */
 #define	CAS_PLUS(sc)	(sc->sc_rev > 0x10)
 

Index: src/sys/dev/pci/if_etreg.h
diff -u src/sys/dev/pci/if_etreg.h:1.4 src/sys/dev/pci/if_etreg.h:1.5
--- src/sys/dev/pci/if_etreg.h:1.4	Fri Sep 13 07:55:07 2019
+++ src/sys/dev/pci/if_etreg.h	Fri Feb  9 22:08:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_etreg.h,v 1.4 2019/09/13 07:55:07 msaitoh Exp $	*/
+/*	$NetBSD: if_etreg.h,v 1.5 2024/02/09 22:08:35 andvar Exp $	*/
 /*	$OpenBSD: if_etreg.h,v 1.3 2008/06/08 06:18:07 jsg Exp $	*/
 
 /*
@@ -75,7 +75,7 @@
 #define ET_PCIV_ACK_LATENCY_256		416
 
 #define ET_PCIR_REPLAY_TIMER		0xc2
-#define ET_REPLAY_TIMER_RX_L0S_ADJ	250	/* XXX infered from default */
+#define ET_REPLAY_TIMER_RX_L0S_ADJ	250	/* XXX inferred from default */
 #define ET_PCIV_REPLAY_TIMER_128	(711 + ET_REPLAY_TIMER_RX_L0S_ADJ)
 #define ET_PCIV_REPLAY_TIMER_256	(1248 + ET_REPLAY_TIMER_RX_L0S_ADJ)
 

Index: src/sys/dev/pci/if_jmereg.h
diff -u src/sys/dev/pci/if_jmereg.h:1.7 src/sys/dev/pci/if_jmereg.h:1.8
--- src/sys/dev/pci/if_jmereg.h:1.7	Sun Dec  5 03:43:50 2021
+++ src/sys/dev/pci/if_jmereg.h	Fri Feb  9 22:08:36 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: if_jmereg.h,v 1.7 2021/12/05 03:43:50 msaitoh Exp $ */
+/* $NetBSD: if_jmereg.h,v 1.8 2024/02/09 22:08:36 andvar Exp $ */
 
 /*-
  * Copyright (c) 2008, Pyun YongHyeon <yong...@freebsd.org>
@@ -79,7 +79,7 @@
 /* PCIe link error/status. */
 #define	JME_PCI_LES		0xD8
 
-/* propeietary register 0. */
+/* proprietary register 0. */
 #define	JME_PCI_PE0		0xE0
 #define	PE0_SPI_EXIST		0x00200000
 #define	PE0_PME_D0		0x00100000
@@ -786,7 +786,7 @@
 #define	APMC_DIS_CLKPM		0x00000002
 #define	APMC_DIS_CLKTX		0x00000001
 
-/* Packet completion coalesing status of Rx queue 0, 1, 2 and 3. */
+/* Packet completion coalescing status of Rx queue 0, 1, 2 and 3. */
 #define	JME_PCCSRX_BASE		0x80
 #define	JME_PCCSRX_END		0x8F
 #define	PCCSRX_REG(x)		(JME_PCCSRX_BASE + ((x) * 4))
@@ -795,7 +795,7 @@
 #define	PCCSRX_PKT_CNT_MASK	0x0000FF00
 #define	PCCSRX_PKT_CNT_SHIFT	8
 
-/* Packet completion coalesing status of Tx queue. */
+/* Packet completion coalescing status of Tx queue. */
 #define	JME_PCCSTX		0x90
 #define	PCCSTX_TO_MASK		0xFFFF0000
 #define	PCCSTX_TO_SHIFT		16
Index: src/sys/dev/pci/if_vgereg.h
diff -u src/sys/dev/pci/if_vgereg.h:1.7 src/sys/dev/pci/if_vgereg.h:1.8
--- src/sys/dev/pci/if_vgereg.h:1.7	Thu Aug 26 21:33:36 2021
+++ src/sys/dev/pci/if_vgereg.h	Fri Feb  9 22:08:36 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: if_vgereg.h,v 1.7 2021/08/26 21:33:36 andvar Exp $ */
+/* $NetBSD: if_vgereg.h,v 1.8 2024/02/09 22:08:36 andvar Exp $ */
 
 /*-
  * Copyright (c) 2004
@@ -443,7 +443,7 @@
 #define VGE_MIICMD_MOUT		0x08	/* data out pin enable */
 #define VGE_MIICMD_MDP		0x10	/* enable direct programming mode */
 #define VGE_MIICMD_WCMD		0x20	/* embedded mode write */
-#define VGE_MIICMD_RCMD		0x40	/* embadded mode read */
+#define VGE_MIICMD_RCMD		0x40	/* embedded mode read */
 #define VGE_MIICMD_MAUTO	0x80	/* enable autopolling */
 
 /* MII address register */

Index: src/sys/dev/pci/if_skreg.h
diff -u src/sys/dev/pci/if_skreg.h:1.32 src/sys/dev/pci/if_skreg.h:1.33
--- src/sys/dev/pci/if_skreg.h:1.32	Fri Feb  2 22:39:10 2024
+++ src/sys/dev/pci/if_skreg.h	Fri Feb  9 22:08:36 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: if_skreg.h,v 1.32 2024/02/02 22:39:10 andvar Exp $ */
+/* $NetBSD: if_skreg.h,v 1.33 2024/02/09 22:08:36 andvar Exp $ */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -479,7 +479,7 @@
  * fiber-based cards or BCOM for 1000baseT cards with a Broadcom
  * PHY.
  */
-#define SK_PHYTYPE_XMAC		0       /* integeated XMAC II PHY */
+#define SK_PHYTYPE_XMAC		0       /* integrated XMAC II PHY */
 #define SK_PHYTYPE_BCOM		1       /* Broadcom BCM5400 */
 #define SK_PHYTYPE_LONE		2       /* Level One LXT1000 */
 #define SK_PHYTYPE_NAT		3       /* National DP83891 */
@@ -2238,12 +2238,12 @@ struct msk_status_desc {
 #define XM_PHY_BMSR		0x0001	/* status */
 #define XM_PHY_VENID		0x0002	/* vendor id */
 #define XM_PHY_DEVID		0x0003	/* device id */
-#define XM_PHY_ANAR		0x0004	/* autoneg advertisenemt */
+#define XM_PHY_ANAR		0x0004	/* autoneg advertisement */
 #define XM_PHY_LPAR		0x0005	/* link partner ability */
 #define XM_PHY_ANEXP		0x0006	/* autoneg expansion */
 #define XM_PHY_NEXTP		0x0007	/* nextpage */
 #define XM_PHY_LPNEXTP		0x0008	/* link partner's nextpage */
-#define XM_PHY_EXTSTS		0x000F	/* extented status */
+#define XM_PHY_EXTSTS		0x000F	/* extended status */
 #define XM_PHY_RESAB		0x0010	/* resolved ability */
 
 #define XM_BMCR_DUPLEX		0x0100

Index: src/sys/dev/pci/if_tlregs.h
diff -u src/sys/dev/pci/if_tlregs.h:1.12 src/sys/dev/pci/if_tlregs.h:1.13
--- src/sys/dev/pci/if_tlregs.h:1.12	Tue Jul  7 06:27:37 2020
+++ src/sys/dev/pci/if_tlregs.h	Fri Feb  9 22:08:36 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_tlregs.h,v 1.12 2020/07/07 06:27:37 msaitoh Exp $	*/
+/*	$NetBSD: if_tlregs.h,v 1.13 2024/02/09 22:08:36 andvar Exp $	*/
 
 /*
  * Copyright (c) 1997 Manuel Bouyer.  All rights reserved.
@@ -28,7 +28,7 @@
 #define _DEV_PCI_IF_TLREGS_H_
 
 #define PCI_CFID    0x00    /* Configuration ID */
-#define PCI_CFCS    0x04    /* Configurtion Command/Status */
+#define PCI_CFCS    0x04    /* Configuration Command/Status */
 #define PCI_CFRV    0x08    /* Configuration Revision */
 #define PCI_CFLT    0x0c    /* Configuration Latency Timer */
 #define PCI_CBIO    0x10    /* Configuration Base IO Address */

Index: src/sys/dev/pci/if_vge.c
diff -u src/sys/dev/pci/if_vge.c:1.86 src/sys/dev/pci/if_vge.c:1.87
--- src/sys/dev/pci/if_vge.c:1.86	Sat Sep 24 18:12:43 2022
+++ src/sys/dev/pci/if_vge.c	Fri Feb  9 22:08:36 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: if_vge.c,v 1.86 2022/09/24 18:12:43 thorpej Exp $ */
+/* $NetBSD: if_vge.c,v 1.87 2024/02/09 22:08:36 andvar Exp $ */
 
 /*-
  * Copyright (c) 2004
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_vge.c,v 1.86 2022/09/24 18:12:43 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_vge.c,v 1.87 2024/02/09 22:08:36 andvar Exp $");
 
 /*
  * VIA Networking Technologies VT612x PCI gigabit ethernet NIC driver.
@@ -1855,7 +1855,7 @@ vge_init(struct ifnet *ifp)
 
 	/*
 	 * Configure one-shot timer for microsecond
-	 * resulution and load it for 500 usecs.
+	 * resolution and load it for 500 usecs.
 	 */
 	CSR_SETBIT_1(sc, VGE_DIAGCTL, VGE_DIAGCTL_TIMER0_RES);
 	CSR_WRITE_2(sc, VGE_SSTIMER, 400);

Index: src/sys/dev/pci/if_vioif.c
diff -u src/sys/dev/pci/if_vioif.c:1.109 src/sys/dev/pci/if_vioif.c:1.110
--- src/sys/dev/pci/if_vioif.c:1.109	Sat May 13 11:19:19 2023
+++ src/sys/dev/pci/if_vioif.c	Fri Feb  9 22:08:36 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_vioif.c,v 1.109 2023/05/13 11:19:19 andvar Exp $	*/
+/*	$NetBSD: if_vioif.c,v 1.110 2024/02/09 22:08:36 andvar Exp $	*/
 
 /*
  * Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_vioif.c,v 1.109 2023/05/13 11:19:19 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_vioif.c,v 1.110 2024/02/09 22:08:36 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_net_mpsafe.h"
@@ -1964,7 +1964,7 @@ done:
 }
 
 /*
- * Transmition implementation
+ * Transmission implementation
  */
 /* enqueue mbufs to send */
 static void

Index: src/sys/dev/pci/pciide_cy693_reg.h
diff -u src/sys/dev/pci/pciide_cy693_reg.h:1.11 src/sys/dev/pci/pciide_cy693_reg.h:1.12
--- src/sys/dev/pci/pciide_cy693_reg.h:1.11	Mon Oct 19 18:41:15 2009
+++ src/sys/dev/pci/pciide_cy693_reg.h	Fri Feb  9 22:08:36 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: pciide_cy693_reg.h,v 1.11 2009/10/19 18:41:15 bouyer Exp $	*/
+/*	$NetBSD: pciide_cy693_reg.h,v 1.12 2024/02/09 22:08:36 andvar Exp $	*/
 
 /*
  * Copyright (c) 1998 Manuel Bouyer.
@@ -29,7 +29,7 @@
  * Registers definitions for Contaq/Cypress's CY82693U PCI IDE controller.
  * Available from http://www.cypress.com/japan/prodgate/chip/cy82c693.html
  * This chip has 2 PCI IDE functions, each of them has only one channel
- * So there's no primary/secodary distinction in the registers defs.
+ * So there's no primary/secondary distinction in the registers defs.
  */
 
 /* IDE control register */

Index: src/sys/dev/pci/pciide_pdc202xx_reg.h
diff -u src/sys/dev/pci/pciide_pdc202xx_reg.h:1.16 src/sys/dev/pci/pciide_pdc202xx_reg.h:1.17
--- src/sys/dev/pci/pciide_pdc202xx_reg.h:1.16	Sat Oct 15 14:03:16 2022
+++ src/sys/dev/pci/pciide_pdc202xx_reg.h	Fri Feb  9 22:08:36 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: pciide_pdc202xx_reg.h,v 1.16 2022/10/15 14:03:16 rin Exp $ */
+/*	$NetBSD: pciide_pdc202xx_reg.h,v 1.17 2024/02/09 22:08:36 andvar Exp $ */
 
 /*
  * Copyright (c) 1999 Manuel Bouyer.
@@ -27,7 +27,7 @@
 
 /*
  * Registers definitions for PROMISE PDC20246/PDC20262 PCI IDE controller.
- * Unfortunably the HW docs are not publically available. I've been able
+ * Unfortunately the HW docs are not publicly available. I've been able
  * to get a partial one for the PDC20246, and a better one for the PDC20262
  * from Promise.
  */

Index: src/sys/dev/pci/pucdata.c
diff -u src/sys/dev/pci/pucdata.c:1.114 src/sys/dev/pci/pucdata.c:1.115
--- src/sys/dev/pci/pucdata.c:1.114	Sun Jan 29 15:17:51 2023
+++ src/sys/dev/pci/pucdata.c	Fri Feb  9 22:08:36 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: pucdata.c,v 1.114 2023/01/29 15:17:51 thorpej Exp $	*/
+/*	$NetBSD: pucdata.c,v 1.115 2024/02/09 22:08:36 andvar Exp $	*/
 
 /*
  * Copyright (c) 1998, 1999 Christopher G. Demetriou.  All rights reserved.
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.114 2023/01/29 15:17:51 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.115 2024/02/09 22:08:36 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -3034,7 +3034,7 @@ const struct puc_device_description puc_
 	/*
 	 * VScom PCI 100L
 	 * one com
-	 * The one I have defaults to a fequency of 14.7456 MHz which is
+	 * The one I have defaults to a frequency of 14.7456 MHz which is
 	 * jumper J1 set to 2-3.
 	 */
 	{   "VScom PCI-100L",
@@ -3149,7 +3149,7 @@ const struct puc_device_description puc_
 	/*
 	 * VScom PCI 100H, little sister of 800H, 1 com.
 	 * also com part of VScom 110H
-	 * The one I have defaults to a fequency of 14.7456 MHz which is
+	 * The one I have defaults to a frequency of 14.7456 MHz which is
 	 * jumper J1 set to 2-3.
 	 */
 	{   "VScom PCI-100H",

Index: src/sys/dev/pci/sv.c
diff -u src/sys/dev/pci/sv.c:1.62 src/sys/dev/pci/sv.c:1.63
--- src/sys/dev/pci/sv.c:1.62	Mon Jan  8 18:37:24 2024
+++ src/sys/dev/pci/sv.c	Fri Feb  9 22:08:36 2024
@@ -1,4 +1,4 @@
-/*      $NetBSD: sv.c,v 1.62 2024/01/08 18:37:24 chs Exp $ */
+/*      $NetBSD: sv.c,v 1.63 2024/02/09 22:08:36 andvar Exp $ */
 /*      $OpenBSD: sv.c,v 1.2 1998/07/13 01:50:15 csapuntz Exp $ */
 
 /*
@@ -67,7 +67,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sv.c,v 1.62 2024/01/08 18:37:24 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sv.c,v 1.63 2024/02/09 22:08:36 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -614,7 +614,7 @@ sv_set_format(void *addr, int setmode,
 	if (setmode & AUMODE_RECORD) {
 		/* The ADC reference frequency (f_out) is 512 * sample rate */
 
-		/* f_out is dervied from the 24.576MHz crystal by three values:
+		/* f_out is derived from the 24.576MHz crystal by three values:
 		   M & N & R. The equation is as follows:
 
 		   f_out = (m + 2) * f_ref / ((n + 2) * (2 ^ a))

Index: src/sys/dev/pci/tga.c
diff -u src/sys/dev/pci/tga.c:1.92 src/sys/dev/pci/tga.c:1.93
--- src/sys/dev/pci/tga.c:1.92	Sun Oct 16 15:16:12 2022
+++ src/sys/dev/pci/tga.c	Fri Feb  9 22:08:36 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: tga.c,v 1.92 2022/10/16 15:16:12 tsutsui Exp $ */
+/* $NetBSD: tga.c,v 1.93 2024/02/09 22:08:36 andvar Exp $ */
 
 /*
  * Copyright (c) 1995, 1996 Carnegie-Mellon University.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tga.c,v 1.92 2022/10/16 15:16:12 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tga.c,v 1.93 2024/02/09 22:08:36 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1408,7 +1408,7 @@ tga_bt463_rd(void *v, u_int btreg)
 
 	/*
 	 * Strobe CE# (high->low->high) since status and data are latched on
-	 * the falling and rising edges (repsectively) of this active-low
+	 * the falling and rising edges (respectively) of this active-low
 	 * signal.
 	 */
 

Index: src/sys/dev/pci/trm.c
diff -u src/sys/dev/pci/trm.c:1.43 src/sys/dev/pci/trm.c:1.44
--- src/sys/dev/pci/trm.c:1.43	Sat Aug  7 16:19:14 2021
+++ src/sys/dev/pci/trm.c	Fri Feb  9 22:08:36 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: trm.c,v 1.43 2021/08/07 16:19:14 thorpej Exp $	*/
+/*	$NetBSD: trm.c,v 1.44 2024/02/09 22:08:36 andvar Exp $	*/
 /*-
  * Copyright (c) 2002 Izumi Tsutsui.  All rights reserved.
  *
@@ -65,7 +65,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trm.c,v 1.43 2021/08/07 16:19:14 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trm.c,v 1.44 2024/02/09 22:08:36 andvar Exp $");
 
 /* #define TRM_DEBUG */
 #ifdef TRM_DEBUG
@@ -1771,7 +1771,7 @@ trm_msgin_phase0(struct trm_softc *sc)
 	} else {
 		/*
 		 * when extend message in: sc->sc_state = TRM_EXTEND_MSGIN
-		 * Parsing incoming extented messages
+		 * Parsing incoming extended messages
 		 */
 		*sc->sc_msg++ = msgin_code;
 		sc->sc_msgcnt++;

Index: src/sys/dev/pci/virtio.c
diff -u src/sys/dev/pci/virtio.c:1.79 src/sys/dev/pci/virtio.c:1.80
--- src/sys/dev/pci/virtio.c:1.79	Tue Nov  7 13:38:01 2023
+++ src/sys/dev/pci/virtio.c	Fri Feb  9 22:08:36 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: virtio.c,v 1.79 2023/11/07 13:38:01 rin Exp $	*/
+/*	$NetBSD: virtio.c,v 1.80 2024/02/09 22:08:36 andvar Exp $	*/
 
 /*
  * Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: virtio.c,v 1.79 2023/11/07 13:38:01 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: virtio.c,v 1.80 2024/02/09 22:08:36 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -85,7 +85,7 @@ virtio_set_status(struct virtio_softc *s
  *	virtio_reset(sc);	     // this will stop the device activity
  *	<dequeue finished requests>; // virtio_dequeue() still can be called
  *	<revoke pending requests in the vqs if any>;
- *	virtio_reinit_start(sc);     // dequeue prohibitted
+ *	virtio_reinit_start(sc);     // dequeue prohibited
  *	newfeatures = virtio_negotiate_features(sc, requestedfeatures);
  *	<some other initialization>;
  *	virtio_reinit_end(sc);	     // device activated; enqueue allowed
@@ -670,7 +670,7 @@ virtio_stop_vq_intr(struct virtio_softc 
 		 * No way to disable the interrupt completely with
 		 * RingEventIdx. Instead advance used_event by half the
 		 * possible value. This won't happen soon and is far enough in
-		 * the past to not trigger a spurios interrupt.
+		 * the past to not trigger a spurious interrupt.
 		 */
 		*vq->vq_used_event = virtio_rw16(sc, vq->vq_used_idx + 0x8000);
 		vq_sync_aring_used(sc, vq, BUS_DMASYNC_PREWRITE);

Index: src/sys/dev/pci/yds.c
diff -u src/sys/dev/pci/yds.c:1.69 src/sys/dev/pci/yds.c:1.70
--- src/sys/dev/pci/yds.c:1.69	Mon Jan  8 18:37:24 2024
+++ src/sys/dev/pci/yds.c	Fri Feb  9 22:08:36 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: yds.c,v 1.69 2024/01/08 18:37:24 chs Exp $	*/
+/*	$NetBSD: yds.c,v 1.70 2024/02/09 22:08:36 andvar Exp $	*/
 
 /*
  * Copyright (c) 2000, 2001 Kazuki Sakamoto and Minoura Makoto.
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: yds.c,v 1.69 2024/01/08 18:37:24 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: yds.c,v 1.70 2024/02/09 22:08:36 andvar Exp $");
 
 #include "mpu.h"
 
@@ -1008,7 +1008,7 @@ yds_write_codec(void *sc_, uint8_t reg, 
 }
 
 /*
- * XXX: Must handle the secondary differntly!!
+ * XXX: Must handle the secondary differently!!
  */
 static int
 yds_reset_codec(void *sc_)

Index: src/sys/dev/pckbport/pckbd.c
diff -u src/sys/dev/pckbport/pckbd.c:1.38 src/sys/dev/pckbport/pckbd.c:1.39
--- src/sys/dev/pckbport/pckbd.c:1.38	Sun Jul 16 19:09:07 2023
+++ src/sys/dev/pckbport/pckbd.c	Fri Feb  9 22:08:36 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: pckbd.c,v 1.38 2023/07/16 19:09:07 christos Exp $ */
+/* $NetBSD: pckbd.c,v 1.39 2024/02/09 22:08:36 andvar Exp $ */
 
 /*-
  * Copyright (c) 1998, 2009 The NetBSD Foundation, Inc.
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pckbd.c,v 1.38 2023/07/16 19:09:07 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pckbd.c,v 1.39 2024/02/09 22:08:36 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -160,7 +160,7 @@ const struct wskbd_mapdata pckbd_keymapd
 };
 
 /*
- * Hackish support for a bell on the PC Keyboard; when a suitable feeper
+ * Hackish support for a bell on the PC Keyboard; when a suitable beeper
  * is found, it attaches itself into the pckbd driver here.
  */
 void	(*pckbd_bell_fn)(void *, u_int, u_int, u_int, int);

Index: src/sys/dev/pcmcia/if_malo_pcmcia.c
diff -u src/sys/dev/pcmcia/if_malo_pcmcia.c:1.27 src/sys/dev/pcmcia/if_malo_pcmcia.c:1.28
--- src/sys/dev/pcmcia/if_malo_pcmcia.c:1.27	Wed Nov 10 17:19:30 2021
+++ src/sys/dev/pcmcia/if_malo_pcmcia.c	Fri Feb  9 22:08:36 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_malo_pcmcia.c,v 1.27 2021/11/10 17:19:30 msaitoh Exp $	*/
+/*	$NetBSD: if_malo_pcmcia.c,v 1.28 2024/02/09 22:08:36 andvar Exp $	*/
 /*      $OpenBSD: if_malo.c,v 1.65 2009/03/29 21:53:53 sthen Exp $ */
 
 /*
@@ -18,7 +18,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_malo_pcmcia.c,v 1.27 2021/11/10 17:19:30 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_malo_pcmcia.c,v 1.28 2024/02/09 22:08:36 andvar Exp $");
 
 #ifdef _MODULE
 #include <sys/module.h>
@@ -422,7 +422,7 @@ cmalo_detach(void *arg)
 	/* free firmware */
 	cmalo_fw_free(sc);
 
-	/* detach inferface */
+	/* detach interface */
 	ieee80211_ifdetach(ic);
 	if_detach(ifp);
 
@@ -1287,7 +1287,7 @@ cmalo_cmd_get_hwspec(struct malo_softc *
 	if (cmalo_cmd_request(sc, psize, 0) != 0)
 		return EIO;
 
-	/* process command repsonse */
+	/* process command response */
 	cmalo_cmd_response(sc);
 
 	return 0;
@@ -1385,7 +1385,7 @@ cmalo_cmd_set_scan(struct malo_softc *sc
 	if (cmalo_cmd_request(sc, psize, 0) != 0)
 		return EIO;
 
-	/* process command repsonse */
+	/* process command response */
 	cmalo_cmd_response(sc);
 
 	return 0;
@@ -1498,7 +1498,7 @@ cmalo_cmd_set_auth(struct malo_softc *sc
 	if (cmalo_cmd_request(sc, psize, 0) != 0)
 		return EIO;
 
-	/* process command repsonse */
+	/* process command response */
 	cmalo_cmd_response(sc);
 
 	return 0;
@@ -1556,7 +1556,7 @@ cmalo_cmd_set_wep(struct malo_softc *sc,
 	if (cmalo_cmd_request(sc, psize, 0) != 0)
 		return EIO;
 
-	/* process command repsonse */
+	/* process command response */
 	cmalo_cmd_response(sc);
 
 	return 0;
@@ -1608,7 +1608,7 @@ cmalo_cmd_set_snmp(struct malo_softc *sc
 	if (cmalo_cmd_request(sc, psize, 0) != 0)
 		return EIO;
 
-	/* process command repsonse */
+	/* process command response */
 	cmalo_cmd_response(sc);
 
 	return 0;
@@ -1639,7 +1639,7 @@ cmalo_cmd_set_radio(struct malo_softc *s
 	if (cmalo_cmd_request(sc, psize, 0) != 0)
 		return EIO;
 
-	/* process command repsonse */
+	/* process command response */
 	cmalo_cmd_response(sc);
 
 	return 0;
@@ -1667,7 +1667,7 @@ cmalo_cmd_set_channel(struct malo_softc 
 	if (cmalo_cmd_request(sc, psize, 0) != 0)
 		return EIO;
 
-	/* process command repsonse */
+	/* process command response */
 	cmalo_cmd_response(sc);
 
 	return 0;
@@ -1695,7 +1695,7 @@ cmalo_cmd_set_txpower(struct malo_softc 
 	if (cmalo_cmd_request(sc, psize, 0) != 0)
 		return EIO;
 
-	/* process command repsonse */
+	/* process command response */
 	cmalo_cmd_response(sc);
 
 	return 0;
@@ -1738,7 +1738,7 @@ cmalo_cmd_set_antenna(struct malo_softc 
 	if (cmalo_cmd_request(sc, psize, 0) != 0)
 		return EIO;
 
-	/* process command repsonse */
+	/* process command response */
 	cmalo_cmd_response(sc);
 
 	return 0;
@@ -1770,7 +1770,7 @@ cmalo_cmd_set_macctrl(struct malo_softc 
 	if (cmalo_cmd_request(sc, psize, 0) != 0)
 		return EIO;
 
-	/* process command repsonse */
+	/* process command response */
 	cmalo_cmd_response(sc);
 
 	return 0;
@@ -1797,7 +1797,7 @@ cmalo_cmd_set_macaddr(struct malo_softc 
 	if (cmalo_cmd_request(sc, psize, 0) != 0)
 		return EIO;
 
-	/* process command repsonse */
+	/* process command response */
 	cmalo_cmd_response(sc);
 
 	return 0;
@@ -1874,7 +1874,7 @@ cmalo_cmd_set_assoc(struct malo_softc *s
 	if (cmalo_cmd_request(sc, psize, 0) != 0)
 		return EIO;
 
-	/* process command repsonse */
+	/* process command response */
 	cmalo_cmd_response(sc);
 
 	return 0;
@@ -1926,7 +1926,7 @@ cmalo_cmd_set_rate(struct malo_softc *sc
 	if (cmalo_cmd_request(sc, psize, 0) != 0)
 		return EIO;
 
-	/* process command repsonse */
+	/* process command response */
 	cmalo_cmd_response(sc);
 
 	return 0;

Index: src/sys/dev/raidframe/rf_evenodd_dagfuncs.h
diff -u src/sys/dev/raidframe/rf_evenodd_dagfuncs.h:1.6 src/sys/dev/raidframe/rf_evenodd_dagfuncs.h:1.7
--- src/sys/dev/raidframe/rf_evenodd_dagfuncs.h:1.6	Thu Oct 10 03:43:59 2019
+++ src/sys/dev/raidframe/rf_evenodd_dagfuncs.h	Fri Feb  9 22:08:36 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: rf_evenodd_dagfuncs.h,v 1.6 2019/10/10 03:43:59 christos Exp $	*/
+/*	$NetBSD: rf_evenodd_dagfuncs.h,v 1.7 2024/02/09 22:08:36 andvar Exp $	*/
 /*
  * rf_evenodd_dagfuncs.h
  */
@@ -72,7 +72,7 @@ void    rf_EOWriteDoubleRecoveryFunc(RF_
 /*
  * RF_EO_MATRIX_DIM should be a prime number: and "bytesPerSector" should be
  * dividable by ( RF_EO_MATRIX_DIM - 1) to fully encode and use the space
- * in a sector, this number could also be 17. Tha later case doesn't apply
+ * in a sector, this number could also be 17. The later case doesn't apply
  * for disk array larger than 17 columns totally.
  */
 

Index: src/sys/dev/scsipi/scsi_spc.h
diff -u src/sys/dev/scsipi/scsi_spc.h:1.7 src/sys/dev/scsipi/scsi_spc.h:1.8
--- src/sys/dev/scsipi/scsi_spc.h:1.7	Thu Jan 27 18:37:02 2022
+++ src/sys/dev/scsipi/scsi_spc.h	Fri Feb  9 22:08:36 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: scsi_spc.h,v 1.7 2022/01/27 18:37:02 jakllsch Exp $	*/
+/*	$NetBSD: scsi_spc.h,v 1.8 2024/02/09 22:08:36 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2005 The NetBSD Foundation, Inc.
@@ -443,7 +443,7 @@ struct scsi_repsuppopcode {
 #define RSOC_ALL           0x00 /* report all */
 #define RSOC_ONE           0x01 /* report one */
 #define RSOC_ONESACD       0x02 /* report one or CHECK CONDITION */
-#define RSOC_ONESA         0x03 /* report one mark presense in data */
+#define RSOC_ONESA         0x03 /* report one mark presence in data */
 #define RSOC_RCTD          0x80 /* report timeouts */
 
 	u_int8_t reqopcode;

Index: src/sys/dev/tc/sticio.h
diff -u src/sys/dev/tc/sticio.h:1.6 src/sys/dev/tc/sticio.h:1.7
--- src/sys/dev/tc/sticio.h:1.6	Sat Sep 12 16:44:41 2020
+++ src/sys/dev/tc/sticio.h	Fri Feb  9 22:08:36 2024
@@ -1,4 +1,4 @@
-/* 	$NetBSD: sticio.h,v 1.6 2020/09/12 16:44:41 kamil Exp $	*/
+/* 	$NetBSD: sticio.h,v 1.7 2024/02/09 22:08:36 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -75,7 +75,7 @@ struct stic_xcomm {
 #ifdef _KERNEL
 /*
  * stic_xmap: a description of the area returned by mapping the board.
- * sxm_xcomm and sxm_buf are physically contigious and of variable size as a
+ * sxm_xcomm and sxm_buf are physically contiguous and of variable size as a
  * whole; the combined size is learnt from stic_xinfo::sxi_buf_size.
  */
 struct stic_xmap {

Index: src/sys/dev/usb/ehci.c
diff -u src/sys/dev/usb/ehci.c:1.322 src/sys/dev/usb/ehci.c:1.323
--- src/sys/dev/usb/ehci.c:1.322	Tue Feb  6 23:57:41 2024
+++ src/sys/dev/usb/ehci.c	Fri Feb  9 22:08:36 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: ehci.c,v 1.322 2024/02/06 23:57:41 mrg Exp $ */
+/*	$NetBSD: ehci.c,v 1.323 2024/02/09 22:08:36 andvar Exp $ */
 
 /*
  * Copyright (c) 2004-2012,2016,2020 The NetBSD Foundation, Inc.
@@ -54,7 +54,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.322 2024/02/06 23:57:41 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.323 2024/02/09 22:08:36 andvar Exp $");
 
 #include "ohci.h"
 #include "uhci.h"
@@ -3321,7 +3321,7 @@ ehci_alloc_sitd(ehci_softc_t *sc)
 /****************/
 
 /*
- * Close a reqular pipe.
+ * Close a regular pipe.
  * Assumes that there are no pending transactions.
  */
 Static void

Index: src/sys/dev/usb/if_zyd.c
diff -u src/sys/dev/usb/if_zyd.c:1.60 src/sys/dev/usb/if_zyd.c:1.61
--- src/sys/dev/usb/if_zyd.c:1.60	Sun Jun 13 09:24:33 2021
+++ src/sys/dev/usb/if_zyd.c	Fri Feb  9 22:08:37 2024
@@ -1,5 +1,5 @@
 /*	$OpenBSD: if_zyd.c,v 1.52 2007/02/11 00:08:04 jsg Exp $	*/
-/*	$NetBSD: if_zyd.c,v 1.60 2021/06/13 09:24:33 mlelstv Exp $	*/
+/*	$NetBSD: if_zyd.c,v 1.61 2024/02/09 22:08:37 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2006 by Damien Bergamini <damien.bergam...@free.fr>
@@ -23,7 +23,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_zyd.c,v 1.60 2021/06/13 09:24:33 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_zyd.c,v 1.61 2024/02/09 22:08:37 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -338,7 +338,7 @@ zyd_attach(device_t parent, device_t sel
 	cv_init(&sc->sc_cmdcv, "zydcmd");
 	SIMPLEQ_INIT(&sc->sc_rqh);
 
-	/* defer configrations after file system is ready to load firmware */
+	/* defer configuration after file system is ready to load firmware */
 	config_mountroot(self, zyd_attachhook);
 }
 

Index: src/sys/dev/usb/ohci.c
diff -u src/sys/dev/usb/ohci.c:1.324 src/sys/dev/usb/ohci.c:1.325
--- src/sys/dev/usb/ohci.c:1.324	Sun Feb  4 05:43:06 2024
+++ src/sys/dev/usb/ohci.c	Fri Feb  9 22:08:37 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: ohci.c,v 1.324 2024/02/04 05:43:06 mrg Exp $	*/
+/*	$NetBSD: ohci.c,v 1.325 2024/02/09 22:08:37 andvar Exp $	*/
 
 /*
  * Copyright (c) 1998, 2004, 2005, 2012, 2016, 2020 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.324 2024/02/04 05:43:06 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.325 2024/02/09 22:08:37 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -2168,7 +2168,7 @@ ohci_open(struct usbd_pipe *pipe)
 }
 
 /*
- * Close a reqular pipe.
+ * Close a regular pipe.
  * Assumes that there are no pending transactions.
  */
 void

Index: src/sys/dev/usb/umcs.c
diff -u src/sys/dev/usb/umcs.c:1.21 src/sys/dev/usb/umcs.c:1.22
--- src/sys/dev/usb/umcs.c:1.21	Sat Jan 21 16:50:05 2023
+++ src/sys/dev/usb/umcs.c	Fri Feb  9 22:08:37 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: umcs.c,v 1.21 2023/01/21 16:50:05 andvar Exp $ */
+/* $NetBSD: umcs.c,v 1.22 2024/02/09 22:08:37 andvar Exp $ */
 /* $FreeBSD: head/sys/dev/usb/serial/umcs.c 260559 2014-01-12 11:44:28Z hselasky $ */
 
 /*-
@@ -41,7 +41,7 @@
  *
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: umcs.c,v 1.21 2023/01/21 16:50:05 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umcs.c,v 1.22 2024/02/09 22:08:37 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -458,7 +458,7 @@ umcs7840_set_baudrate(struct umcs7840_so
 	}
 	DPRINTF(("Port %d set speed: %d (%02x / %d)\n", portno, rate, clk, divisor));
 
-	/* Set clock source for standard BAUD frequences */
+	/* Set clock source for standard BAUD frequencies */
 	err = umcs7840_get_reg(sc, spreg, &data);
 	if (err)
 		return err;
@@ -492,7 +492,7 @@ umcs7840_set_baudrate(struct umcs7840_so
 static int
 umcs7840_calc_baudrate(uint32_t rate, uint16_t *divisor, uint8_t *clk)
 {
-	/* Maximum speeds for standard frequences, when PLL is not used */
+	/* Maximum speeds for standard frequencies, when PLL is not used */
 	static const uint32_t umcs7840_baudrate_divisors[] =
 	    {0, 115200, 230400, 403200, 460800, 806400, 921600,
 	     1572864, 3145728,};

Index: src/sys/dev/usb/usbdi.c
diff -u src/sys/dev/usb/usbdi.c:1.251 src/sys/dev/usb/usbdi.c:1.252
--- src/sys/dev/usb/usbdi.c:1.251	Sun Feb  4 05:43:06 2024
+++ src/sys/dev/usb/usbdi.c	Fri Feb  9 22:08:37 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: usbdi.c,v 1.251 2024/02/04 05:43:06 mrg Exp $	*/
+/*	$NetBSD: usbdi.c,v 1.252 2024/02/09 22:08:37 andvar Exp $	*/
 
 /*
  * Copyright (c) 1998, 2012, 2015 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.251 2024/02/04 05:43:06 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.252 2024/02/09 22:08:37 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -1697,7 +1697,7 @@ usbd_xfer_timeout_task(void *cookie)
 	/*
 	 * After this point, no further timeout probing will happen for
 	 * the current incarnation of the timeout, so make the next
-	 * usbd_xfer_schedule_timout schedule a new callout.
+	 * usbd_xfer_schedule_timeout schedule a new callout.
 	 * usbd_xfer_probe_timeout has already processed any reset.
 	 */
 	KASSERT(!xfer->ux_timeout_reset);

Index: src/sys/dev/wscons/wsdisplay_vcons.c
diff -u src/sys/dev/wscons/wsdisplay_vcons.c:1.67 src/sys/dev/wscons/wsdisplay_vcons.c:1.68
--- src/sys/dev/wscons/wsdisplay_vcons.c:1.67	Wed Feb 15 13:19:13 2023
+++ src/sys/dev/wscons/wsdisplay_vcons.c	Fri Feb  9 22:08:37 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: wsdisplay_vcons.c,v 1.67 2023/02/15 13:19:13 riastradh Exp $ */
+/*	$NetBSD: wsdisplay_vcons.c,v 1.68 2024/02/09 22:08:37 andvar Exp $ */
 
 /*-
  * Copyright (c) 2005, 2006 Michael Lorenz
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wsdisplay_vcons.c,v 1.67 2023/02/15 13:19:13 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wsdisplay_vcons.c,v 1.68 2024/02/09 22:08:37 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -735,7 +735,7 @@ next:
 				offset++;
 				boffset++;
 			}
-			/* end of the line - draw all defered blanks, if any */
+			/* end of the line - draw all deferred blanks, if any */
 			if (start != -1) {
 				vdp->erasecols(ri, i, start, j - start, last_a);
 			}

Index: src/sys/fs/puffs/puffs_msgif.c
diff -u src/sys/fs/puffs/puffs_msgif.c:1.106 src/sys/fs/puffs/puffs_msgif.c:1.107
--- src/sys/fs/puffs/puffs_msgif.c:1.106	Fri May 15 19:28:10 2020
+++ src/sys/fs/puffs/puffs_msgif.c	Fri Feb  9 22:08:37 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: puffs_msgif.c,v 1.106 2020/05/15 19:28:10 maxv Exp $	*/
+/*	$NetBSD: puffs_msgif.c,v 1.107 2024/02/09 22:08:37 andvar Exp $	*/
 
 /*
  * Copyright (c) 2005, 2006, 2007  Antti Kantee.  All Rights Reserved.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: puffs_msgif.c,v 1.106 2020/05/15 19:28:10 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: puffs_msgif.c,v 1.107 2024/02/09 22:08:37 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -381,8 +381,8 @@ puffs_msg_enqueue(struct puffs_mount *pm
 
 	/*
 	 * To support cv_sig, yet another movie: check if there are signals
-	 * pending and we are issueing a non-FAF.  If so, return an error
-	 * directly UNLESS we are issueing INACTIVE/RECLAIM.  In that case,
+	 * pending and we are issuing a non-FAF.  If so, return an error
+	 * directly UNLESS we are issuing INACTIVE/RECLAIM.  In that case,
 	 * convert it to a FAF, fire off to the file server and return
 	 * an error.  Yes, this is bordering disgusting.  Barfbags are on me.
 	 */

Index: src/sys/fs/puffs/puffs_vnops.c
diff -u src/sys/fs/puffs/puffs_vnops.c:1.225 src/sys/fs/puffs/puffs_vnops.c:1.226
--- src/sys/fs/puffs/puffs_vnops.c:1.225	Wed Feb 23 21:54:41 2022
+++ src/sys/fs/puffs/puffs_vnops.c	Fri Feb  9 22:08:37 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: puffs_vnops.c,v 1.225 2022/02/23 21:54:41 andvar Exp $	*/
+/*	$NetBSD: puffs_vnops.c,v 1.226 2024/02/09 22:08:37 andvar Exp $	*/
 
 /*
  * Copyright (c) 2005, 2006, 2007  Antti Kantee.  All Rights Reserved.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: puffs_vnops.c,v 1.225 2022/02/23 21:54:41 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: puffs_vnops.c,v 1.226 2024/02/09 22:08:37 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/buf.h>
@@ -1428,7 +1428,7 @@ puffs_vnop_reclaim(void *v)
 		notifyserver = false;
 
 	/*
-	 * purge info from kernel before issueing FAF, since we
+	 * purge info from kernel before issuing FAF, since we
 	 * don't really know when we'll get around to it after
 	 * that and someone might race us into node creation
 	 */

Index: src/sys/kern/gendevcalls.awk
diff -u src/sys/kern/gendevcalls.awk:1.1 src/sys/kern/gendevcalls.awk:1.2
--- src/sys/kern/gendevcalls.awk:1.1	Wed Sep 15 17:25:14 2021
+++ src/sys/kern/gendevcalls.awk	Fri Feb  9 22:08:37 2024
@@ -1,5 +1,5 @@
 #! /usr/bin/awk -f
-#	$NetBSD: gendevcalls.awk,v 1.1 2021/09/15 17:25:14 thorpej Exp $
+#	$NetBSD: gendevcalls.awk,v 1.2 2024/02/09 22:08:37 andvar Exp $
 #
 # Copyright (c) 2021 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -107,7 +107,7 @@ NR == 1 {
 	next
 }
 #
-# Subystem declaration.  We use this to generate header file guards,
+# Subsystem declaration.  We use this to generate header file guards,
 # as well as to sanity-check the method names when they are declared.
 #
 state == "expecting-subsystem" && \

Index: src/sys/netbt/rfcomm_session.c
diff -u src/sys/netbt/rfcomm_session.c:1.28 src/sys/netbt/rfcomm_session.c:1.29
--- src/sys/netbt/rfcomm_session.c:1.28	Sun Dec  5 04:35:38 2021
+++ src/sys/netbt/rfcomm_session.c	Fri Feb  9 22:08:37 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: rfcomm_session.c,v 1.28 2021/12/05 04:35:38 msaitoh Exp $	*/
+/*	$NetBSD: rfcomm_session.c,v 1.29 2024/02/09 22:08:37 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2006 Itronix Inc.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rfcomm_session.c,v 1.28 2021/12/05 04:35:38 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rfcomm_session.c,v 1.29 2024/02/09 22:08:37 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -1299,7 +1299,7 @@ rfcomm_session_recv_mcc_rls(struct rfcom
 	/*
 	 * So far as I can tell, we just send back what
 	 * they sent us. This signifies errors that seem
-	 * irrelevent for RFCOMM over L2CAP.
+	 * irrelevant for RFCOMM over L2CAP.
 	 */
 	rls.address |= 0x03;	/* EA = 1, CR = 1 */
 	rls.status &= 0x0f;	/* only 4 bits valid */

Index: src/sys/netinet/sctp_asconf.c
diff -u src/sys/netinet/sctp_asconf.c:1.12 src/sys/netinet/sctp_asconf.c:1.13
--- src/sys/netinet/sctp_asconf.c:1.12	Tue Jun 25 15:33:56 2019
+++ src/sys/netinet/sctp_asconf.c	Fri Feb  9 22:08:37 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: sctp_asconf.c,v 1.12 2019/06/25 15:33:56 rjs Exp $ */
+/*	$NetBSD: sctp_asconf.c,v 1.13 2024/02/09 22:08:37 andvar Exp $ */
 /*	$KAME: sctp_asconf.c,v 1.25 2005/06/16 20:44:24 jinmei Exp $	*/
 
 /*
@@ -30,7 +30,7 @@
  * SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sctp_asconf.c,v 1.12 2019/06/25 15:33:56 rjs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sctp_asconf.c,v 1.13 2024/02/09 22:08:37 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ipsec.h"
@@ -1678,7 +1678,7 @@ sctp_addr_mgmt_assoc(struct sctp_inpcb *
 		strlcpy(buf, IN6_PRINT(ip6buf, &sin6->sin6_addr), sizeof(buf));
 #endif /* SCTP_DEBUG */
 		if (IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr)) {
-			/* we skip unspecifed addresses */
+			/* we skip unspecified addresses */
 #ifdef SCTP_DEBUG
 			if (sctp_debug_on & SCTP_DEBUG_ASCONF1) {
 				printf("addr_mgmt_assoc: unspecified IPv6 addr\n");
@@ -1730,7 +1730,7 @@ sctp_addr_mgmt_assoc(struct sctp_inpcb *
 		strlcpy(buf, inet_ntoa(sin->sin_addr), sizeof(buf));
 #endif /* SCTP_DEBUG */
 		if (sin->sin_addr.s_addr == 0) {
-			/* we skip unspecifed addresses */
+			/* we skip unspecified addresses */
 #ifdef SCTP_DEBUG
 			if (sctp_debug_on & SCTP_DEBUG_ASCONF1) {
 				printf("addr_mgmt_assoc: unspecified IPv4 addr\n");
@@ -2137,7 +2137,7 @@ sctp_find_valid_localaddr(struct sctp_tc
 
 				sin = (struct sockaddr_in *)ifa->ifa_addr;
 				if (sin->sin_addr.s_addr == 0) {
-					/* skip unspecifed addresses */
+					/* skip unspecified addresses */
 					continue;
 				}
 				if (stcb->asoc.ipv4_local_scope == 0 &&
@@ -2164,7 +2164,7 @@ sctp_find_valid_localaddr(struct sctp_tc
 
 				sin6 = (struct sockaddr_in6 *)ifa->ifa_addr;
 				if (IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr)) {
-					/* we skip unspecifed addresses */
+					/* we skip unspecified addresses */
 					continue;
 				}
 				if (stcb->asoc.local_scope == 0 &&

Index: src/sys/netinet/sctp_output.c
diff -u src/sys/netinet/sctp_output.c:1.34 src/sys/netinet/sctp_output.c:1.35
--- src/sys/netinet/sctp_output.c:1.34	Wed Sep 13 15:58:13 2023
+++ src/sys/netinet/sctp_output.c	Fri Feb  9 22:08:37 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: sctp_output.c,v 1.34 2023/09/13 15:58:13 bouyer Exp $ */
+/*	$NetBSD: sctp_output.c,v 1.35 2024/02/09 22:08:37 andvar Exp $ */
 /*	$KAME: sctp_output.c,v 1.48 2005/06/16 18:29:24 jinmei Exp $	*/
 
 /*
@@ -30,7 +30,7 @@
  * SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sctp_output.c,v 1.34 2023/09/13 15:58:13 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sctp_output.c,v 1.35 2024/02/09 22:08:37 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ipsec.h"
@@ -1252,7 +1252,7 @@ sctp_is_v6_ifa_addr_acceptable (struct i
 		return (NULL);
 	}
 	if (IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr)) {
-		/* we skip unspecifed addresses */
+		/* we skip unspecified addresses */
 		return (NULL);
 	}
 
@@ -2544,7 +2544,7 @@ int sctp_is_address_in_scope(struct ifad
 		}
 		sin6 = (struct sockaddr_in6 *)ifa->ifa_addr;
 		if (IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr)) {
-			/* skip unspecifed addresses */
+			/* skip unspecified addresses */
 			return (0);
 		}
 		if (/*(local_scope == 0) && */

Index: src/sys/netinet/sctp_usrreq.c
diff -u src/sys/netinet/sctp_usrreq.c:1.23 src/sys/netinet/sctp_usrreq.c:1.24
--- src/sys/netinet/sctp_usrreq.c:1.23	Fri Nov  4 09:00:58 2022
+++ src/sys/netinet/sctp_usrreq.c	Fri Feb  9 22:08:37 2024
@@ -1,5 +1,5 @@
 /*	$KAME: sctp_usrreq.c,v 1.50 2005/06/16 20:45:29 jinmei Exp $	*/
-/*	$NetBSD: sctp_usrreq.c,v 1.23 2022/11/04 09:00:58 ozaki-r Exp $	*/
+/*	$NetBSD: sctp_usrreq.c,v 1.24 2024/02/09 22:08:37 andvar Exp $	*/
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Cisco Systems, Inc.
@@ -33,7 +33,7 @@
  * SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sctp_usrreq.c,v 1.23 2022/11/04 09:00:58 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sctp_usrreq.c,v 1.24 2024/02/09 22:08:37 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -981,7 +981,7 @@ sctp_fill_up_addresses(struct sctp_inpcb
 					struct sockaddr_in *sin;
 					sin = (struct sockaddr_in *)ifa->ifa_addr;
 					if (sin->sin_addr.s_addr == 0) {
-						/* we skip unspecifed addresses */
+						/* we skip unspecified addresses */
 						continue;
 					}
 					if ((ipv4_local_scope == 0) &&

Index: src/sys/netinet6/in6_proto.c
diff -u src/sys/netinet6/in6_proto.c:1.130 src/sys/netinet6/in6_proto.c:1.131
--- src/sys/netinet6/in6_proto.c:1.130	Mon Oct 24 01:54:19 2022
+++ src/sys/netinet6/in6_proto.c	Fri Feb  9 22:08:37 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: in6_proto.c,v 1.130 2022/10/24 01:54:19 knakahara Exp $	*/
+/*	$NetBSD: in6_proto.c,v 1.131 2024/02/09 22:08:37 andvar Exp $	*/
 /*	$KAME: in6_proto.c,v 1.66 2000/10/10 15:35:47 itojun Exp $	*/
 
 /*
@@ -62,7 +62,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: in6_proto.c,v 1.130 2022/10/24 01:54:19 knakahara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: in6_proto.c,v 1.131 2024/02/09 22:08:37 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_gateway.h"
@@ -551,7 +551,7 @@ int ip6_mcast_pmtu = 0;	/* enable pMTU d
 int ip6_v6only = 1;
 int ip6_neighborgcthresh = 2048; /* Threshold # of NDP entries for GC */
 int ip6_maxdynroutes = 4096; /* Max # of routes created via redirect */
-int ip6_param_rt_msg = 1; /* How to send parmeter changing rtm */
+int ip6_param_rt_msg = 1; /* How to send parameter changing rtm */
 
 int ip6_keepfaith = 0;
 time_t ip6_log_time = 0;

Index: src/sys/netinet6/ip6_var.h
diff -u src/sys/netinet6/ip6_var.h:1.93 src/sys/netinet6/ip6_var.h:1.94
--- src/sys/netinet6/ip6_var.h:1.93	Fri Oct 28 05:18:39 2022
+++ src/sys/netinet6/ip6_var.h	Fri Feb  9 22:08:37 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: ip6_var.h,v 1.93 2022/10/28 05:18:39 ozaki-r Exp $	*/
+/*	$NetBSD: ip6_var.h,v 1.94 2024/02/09 22:08:37 andvar Exp $	*/
 /*	$KAME: ip6_var.h,v 1.33 2000/06/11 14:59:20 jinmei Exp $	*/
 
 /*
@@ -257,7 +257,7 @@ extern int	ip6_mcast_pmtu;		/* enable pM
 extern int	ip6_v6only;
 extern int	ip6_neighborgcthresh;	/* Threshold # of NDP entries for GC */
 extern int	ip6_maxdynroutes; /* Max # of routes created via redirect */
-extern int	ip6_param_rt_msg;  /* How to send parmeter changing rtm */
+extern int	ip6_param_rt_msg;  /* How to send parameter changing rtm */
 
 
 extern struct socket *ip6_mrouter; 	/* multicast routing daemon */

Index: src/sys/sys/swap.h
diff -u src/sys/sys/swap.h:1.8 src/sys/sys/swap.h:1.9
--- src/sys/sys/swap.h:1.8	Wed Jan 14 02:20:45 2009
+++ src/sys/sys/swap.h	Fri Feb  9 22:08:38 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: swap.h,v 1.8 2009/01/14 02:20:45 mrg Exp $	*/
+/*	$NetBSD: swap.h,v 1.9 2024/02/09 22:08:38 andvar Exp $	*/
 
 /*
  * Copyright (c) 1995, 1996, 1998, 2009 Matthew R. Green
@@ -30,7 +30,7 @@
 
 #include <sys/syslimits.h>
 
-/* Thise structure is used to return swap information for userland */
+/* This structure is used to return swap information for userland */
 
 struct swapent {
 	dev_t	se_dev;			/* device id */

Index: src/sys/ufs/lfs/CHANGES
diff -u src/sys/ufs/lfs/CHANGES:1.5 src/sys/ufs/lfs/CHANGES:1.6
--- src/sys/ufs/lfs/CHANGES:1.5	Sun Dec 11 12:25:26 2005
+++ src/sys/ufs/lfs/CHANGES	Fri Feb  9 22:08:38 2024
@@ -1,4 +1,4 @@
-#   $NetBSD: CHANGES,v 1.5 2005/12/11 12:25:26 christos Exp $
+#   $NetBSD: CHANGES,v 1.6 2024/02/09 22:08:38 andvar Exp $
 
 kernel:
 
@@ -71,7 +71,7 @@ kernel:
   would either be written in the wrong place, or overwrite other blocks.
 
 - The LFS buffer-header accounting, which triggers a partial-segment
-  write if too many buffer-headers are in use by the LFS subystem, has
+  write if too many buffer-headers are in use by the LFS subsystem, has
   been expanded to include *bytes* used in LFS buffers as well.
 
 - Reads of the Ifile, which almost always come from the cleaner, can no

Index: src/sys/uvm/uvm_map.c
diff -u src/sys/uvm/uvm_map.c:1.410 src/sys/uvm/uvm_map.c:1.411
--- src/sys/uvm/uvm_map.c:1.410	Sat Sep 23 18:21:12 2023
+++ src/sys/uvm/uvm_map.c	Fri Feb  9 22:08:38 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: uvm_map.c,v 1.410 2023/09/23 18:21:12 ad Exp $	*/
+/*	$NetBSD: uvm_map.c,v 1.411 2024/02/09 22:08:38 andvar Exp $	*/
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_map.c,v 1.410 2023/09/23 18:21:12 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_map.c,v 1.411 2024/02/09 22:08:38 andvar Exp $");
 
 #include "opt_ddb.h"
 #include "opt_pax.h"
@@ -2885,7 +2885,7 @@ uvm_map_extract(struct vm_map *srcmap, v
 		}
 	} else {
 		copy_ok = 0;
-		/* replace defered until step 7 */
+		/* replace deferred until step 7 */
 	}
 
 	/*

Index: src/tests/kernel/t_umount.sh
diff -u src/tests/kernel/t_umount.sh:1.6 src/tests/kernel/t_umount.sh:1.7
--- src/tests/kernel/t_umount.sh:1.6	Tue May 24 20:50:20 2022
+++ src/tests/kernel/t_umount.sh	Fri Feb  9 22:08:38 2024
@@ -1,4 +1,4 @@
-# $NetBSD: t_umount.sh,v 1.6 2022/05/24 20:50:20 andvar Exp $
+# $NetBSD: t_umount.sh,v 1.7 2024/02/09 22:08:38 andvar Exp $
 #
 # Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -80,7 +80,7 @@ EOF
 	cd "${mydir}"
 
 	test -e "${TMPMP}/under_the_mount" || \
-	    atf_fail "Original mount point disapeared!"
+	    atf_fail "Original mount point disappeared!"
 }
 umount_cleanup()
 {

Index: src/usr.bin/m4/eval.c
diff -u src/usr.bin/m4/eval.c:1.29 src/usr.bin/m4/eval.c:1.30
--- src/usr.bin/m4/eval.c:1.29	Tue May 24 20:50:21 2022
+++ src/usr.bin/m4/eval.c	Fri Feb  9 22:08:38 2024
@@ -1,5 +1,5 @@
 /*	$OpenBSD: eval.c,v 1.66 2008/08/21 21:01:47 espie Exp $	*/
-/*	$NetBSD: eval.c,v 1.29 2022/05/24 20:50:21 andvar Exp $	*/
+/*	$NetBSD: eval.c,v 1.30 2024/02/09 22:08:38 andvar Exp $	*/
 
 /*
  * Copyright (c) 1989, 1993
@@ -42,7 +42,7 @@
 #include "nbtool_config.h"
 #endif
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: eval.c,v 1.29 2022/05/24 20:50:21 andvar Exp $");
+__RCSID("$NetBSD: eval.c,v 1.30 2024/02/09 22:08:38 andvar Exp $");
 
 #include <sys/types.h>
 #include <ctype.h>
@@ -910,7 +910,7 @@ dosub(const char *argv[], int argc)
  * language. Within mapvec, we replace every character of "from" with
  * the corresponding character in "to". If "to" is shorter than "from",
  * than the corresponding entries are null, which means that those
- * characters disapear altogether. Furthermore, imagine
+ * characters disappear altogether. Furthermore, imagine
  * map(dest, "sourcestring", "srtin", "rn..*") type call. In this case,
  * `s' maps to `r', `r' maps to `n' and `n' maps to `*'. Thus, `s'
  * ultimately maps to `*'. In order to achieve this effect in an efficient

Index: src/usr.bin/split/split.c
diff -u src/usr.bin/split/split.c:1.32 src/usr.bin/split/split.c:1.33
--- src/usr.bin/split/split.c:1.32	Tue Feb 14 18:58:55 2023
+++ src/usr.bin/split/split.c	Fri Feb  9 22:08:38 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: split.c,v 1.32 2023/02/14 18:58:55 jschauma Exp $	*/
+/*	$NetBSD: split.c,v 1.33 2024/02/09 22:08:38 andvar Exp $	*/
 
 /*
  * Copyright (c) 1987, 1993, 1994
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1987, 19
 #if 0
 static char sccsid[] = "@(#)split.c	8.3 (Berkeley) 4/25/94";
 #endif
-__RCSID("$NetBSD: split.c,v 1.32 2023/02/14 18:58:55 jschauma Exp $");
+__RCSID("$NetBSD: split.c,v 1.33 2024/02/09 22:08:38 andvar Exp $");
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -327,7 +327,7 @@ newfile(void)
 	quot = fnum;
 
 	/* If '-a' is not specified, then we automatically expand the
-	 * suffix length to accomodate splitting all input.  We do this
+	 * suffix length to accommodate splitting all input.  We do this
 	 * by moving the suffix pointer (fpnt) forward and incrementing
 	 * sfxlen by one, thereby yielding an additional two characters
 	 * and allowing all output files to sort such that 'cat *' yields

Index: src/usr.sbin/dumplfs/dumplfs.c
diff -u src/usr.sbin/dumplfs/dumplfs.c:1.65 src/usr.sbin/dumplfs/dumplfs.c:1.66
--- src/usr.sbin/dumplfs/dumplfs.c:1.65	Sun Feb 23 15:11:33 2020
+++ src/usr.sbin/dumplfs/dumplfs.c	Fri Feb  9 22:08:38 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: dumplfs.c,v 1.65 2020/02/23 15:11:33 riastradh Exp $	*/
+/*	$NetBSD: dumplfs.c,v 1.66 2024/02/09 22:08:38 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1991, 1993
@@ -40,7 +40,7 @@ __COPYRIGHT("@(#) Copyright (c) 1991, 19
 #if 0
 static char sccsid[] = "@(#)dumplfs.c	8.5 (Berkeley) 5/24/95";
 #else
-__RCSID("$NetBSD: dumplfs.c,v 1.65 2020/02/23 15:11:33 riastradh Exp $");
+__RCSID("$NetBSD: dumplfs.c,v 1.66 2024/02/09 22:08:38 andvar Exp $");
 #endif
 #endif /* not lint */
 
@@ -665,7 +665,7 @@ dump_sum(int fd, struct lfs *lfsp, SEGSU
 	/*
 	 * Now that we know the number of blocks, run back through and
 	 * compute the data checksum.  (A bad data checksum is not enough
-	 * to prevent us from continuing, but it odes merit a warning.)
+	 * to prevent us from continuing, but it does merit a warning.)
 	 */
 	iip2 = SEGSUM_IINFOSTART(lfsp, sp);
 	fp = SEGSUM_FINFOBASE(lfsp, sp);

Index: src/usr.sbin/rpcbind/rpcb_svc_com.c
diff -u src/usr.sbin/rpcbind/rpcb_svc_com.c:1.27 src/usr.sbin/rpcbind/rpcb_svc_com.c:1.28
--- src/usr.sbin/rpcbind/rpcb_svc_com.c:1.27	Sat Oct 30 11:41:45 2021
+++ src/usr.sbin/rpcbind/rpcb_svc_com.c	Fri Feb  9 22:08:38 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: rpcb_svc_com.c,v 1.27 2021/10/30 11:41:45 nia Exp $	*/
+/*	$NetBSD: rpcb_svc_com.c,v 1.28 2024/02/09 22:08:38 andvar Exp $	*/
 /*	$FreeBSD: head/usr.sbin/rpcbind/rpcb_svc_com.c 301770 2016-06-09 22:25:00Z pfg $ */
 
 /*-
@@ -288,7 +288,7 @@ map_unset(RPCB *regp, const char *owner)
 	/*
 	 * We return 1 either when the entry was not there or it
 	 * was able to unset it.  It can come to this point only if
-	 * atleast one of the conditions is true.
+	 * at least one of the conditions is true.
 	 */
 	return (1);
 }

Reply via email to