Module Name: src
Committed By: andvar
Date: Sat Aug 7 19:41:14 UTC 2021
Modified Files:
src/share/man/man4: gpiopps.4
src/share/man/man9: autoconf.9
src/sys/arch/dreamcast/dev/g2: gapspci_pci.c
src/sys/arch/evbarm/conf: files.integrator
src/sys/dev/microcode/aic7xxx: aic7xxx.reg
Log Message:
s/configuraiton/configuration/ in comments and man pages.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/gpiopps.4
cvs rdiff -u -r1.32 -r1.33 src/share/man/man9/autoconf.9
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/dreamcast/dev/g2/gapspci_pci.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/conf/files.integrator
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/microcode/aic7xxx/aic7xxx.reg
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/gpiopps.4
diff -u src/share/man/man4/gpiopps.4:1.2 src/share/man/man4/gpiopps.4:1.3
--- src/share/man/man4/gpiopps.4:1.2 Sun May 20 15:28:27 2018
+++ src/share/man/man4/gpiopps.4 Sat Aug 7 19:41:13 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: gpiopps.4,v 1.2 2018/05/20 15:28:27 wiz Exp $
+.\" $NetBSD: gpiopps.4,v 1.3 2021/08/07 19:41:13 andvar Exp $
.\"
.\" Copyright (c) 2016 Brad Spencer <[email protected]>
.\"
@@ -39,7 +39,7 @@ Pin configurations are discussed below.
.Pp
The
.Ar flag
-locator modifies the pin configuraiton:
+locator modifies the pin configuration:
.Bl -tag -width "XXXXXXXX"
.It Dv 0x01
The PPS ASSERT signal should be triggered on the negative
Index: src/share/man/man9/autoconf.9
diff -u src/share/man/man9/autoconf.9:1.32 src/share/man/man9/autoconf.9:1.33
--- src/share/man/man9/autoconf.9:1.32 Sat Aug 7 16:20:02 2021
+++ src/share/man/man9/autoconf.9 Sat Aug 7 19:41:13 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: autoconf.9,v 1.32 2021/08/07 16:20:02 thorpej Exp $
+.\" $NetBSD: autoconf.9,v 1.33 2021/08/07 19:41:13 andvar Exp $
.\"
.\" Copyright (c) 2001, 2002, 2021 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -302,7 +302,7 @@ the device.
.It Fn config_probe "parent" "cf" "aux"
Probe for a device
.Pq indirect configuration .
-Invokes the driver's match function according to the configuraiton table.
+Invokes the driver's match function according to the configuration table.
The
.Fn config_probe
function returns a nonzero integer to indicate a successful probe
Index: src/sys/arch/dreamcast/dev/g2/gapspci_pci.c
diff -u src/sys/arch/dreamcast/dev/g2/gapspci_pci.c:1.17 src/sys/arch/dreamcast/dev/g2/gapspci_pci.c:1.18
--- src/sys/arch/dreamcast/dev/g2/gapspci_pci.c:1.17 Fri Oct 23 08:40:08 2015
+++ src/sys/arch/dreamcast/dev/g2/gapspci_pci.c Sat Aug 7 19:41:13 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: gapspci_pci.c,v 1.17 2015/10/23 08:40:08 knakahara Exp $ */
+/* $NetBSD: gapspci_pci.c,v 1.18 2021/08/07 19:41:13 andvar Exp $ */
/*-
* Copyright (c) 2001 Marcus Comstedt.
@@ -34,11 +34,11 @@
*/
/*
- * PCI configuraiton space implementation for the SEGA GAPS PCI bridge.
+ * PCI configuration space implementation for the SEGA GAPS PCI bridge.
*/
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: gapspci_pci.c,v 1.17 2015/10/23 08:40:08 knakahara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gapspci_pci.c,v 1.18 2021/08/07 19:41:13 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
Index: src/sys/arch/evbarm/conf/files.integrator
diff -u src/sys/arch/evbarm/conf/files.integrator:1.13 src/sys/arch/evbarm/conf/files.integrator:1.14
--- src/sys/arch/evbarm/conf/files.integrator:1.13 Thu Jun 22 15:27:23 2017
+++ src/sys/arch/evbarm/conf/files.integrator Sat Aug 7 19:41:13 2021
@@ -1,6 +1,6 @@
-# $NetBSD: files.integrator,v 1.13 2017/06/22 15:27:23 christos Exp $
+# $NetBSD: files.integrator,v 1.14 2021/08/07 19:41:13 andvar Exp $
#
-# ARM, Ltd. Integrator evaluation board configuraiton info
+# ARM, Ltd. Integrator evaluation board configuration info
#
file arch/arm/arm32/irq_dispatch.S
Index: src/sys/dev/microcode/aic7xxx/aic7xxx.reg
diff -u src/sys/dev/microcode/aic7xxx/aic7xxx.reg:1.4 src/sys/dev/microcode/aic7xxx/aic7xxx.reg:1.5
--- src/sys/dev/microcode/aic7xxx/aic7xxx.reg:1.4 Sun Dec 11 12:22:18 2005
+++ src/sys/dev/microcode/aic7xxx/aic7xxx.reg Sat Aug 7 19:41:14 2021
@@ -39,7 +39,7 @@
*
* $FreeBSD: /repoman/r/ncvs/src/sys/dev/aic7xxx/aic7xxx.reg,v 1.43 2003/01/20 20:44:55 gibbs Exp $
*/
-VERSION = "$NetBSD: aic7xxx.reg,v 1.4 2005/12/11 12:22:18 christos Exp $"
+VERSION = "$NetBSD: aic7xxx.reg,v 1.5 2021/08/07 19:41:14 andvar Exp $"
/*
* This file is processed by the aic7xxx_asm utility for use in assembling
@@ -1518,7 +1518,7 @@ scratch_ram {
size 6
/*
* These are reserved registers in the card's scratch ram on the 2742.
- * The EISA configuraiton chip is mapped here. On Rev E. of the
+ * The EISA configuration chip is mapped here. On Rev E. of the
* aic7770, the sequencer can use this area for scratch, but the
* host cannot directly access these registers. On later chips, this
* area can be read and written by both the host and the sequencer.