Source-Changes-HG archive

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

[src/trunk]: src/sys Fix typo (s/contoller/controller/).



details:   https://anonhg.NetBSD.org/src/rev/39a726d37a98
branches:  trunk
changeset: 459027:39a726d37a98
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Aug 21 04:17:40 2019 +0000

description:
Fix typo (s/contoller/controller/).

diffstat:

 sys/arch/alpha/conf/files.alpha        |  4 ++--
 sys/arch/evbarm/conf/CP3100            |  4 ++--
 sys/arch/evbarm/conf/GUMSTIX           |  4 ++--
 sys/arch/evbarm/conf/TWINTAIL          |  4 ++--
 sys/arch/evbmips/conf/files.sbmips     |  4 ++--
 sys/arch/hpcarm/conf/NETBOOKPRO        |  6 +++---
 sys/arch/hpcarm/conf/WZERO3            |  6 +++---
 sys/arch/hpcmips/conf/files.hpcmips    |  4 ++--
 sys/arch/hpcmips/dev/mq200subr.c       |  8 ++++----
 sys/arch/mips/atheros/dev/ehci_arbus.c |  6 +++---
 sys/arch/pmax/pmax/memc_3min.c         |  6 +++---
 sys/arch/powerpc/booke/dev/pq3ehci.c   |  6 +++---
 sys/arch/sbmips/conf/files.sbmips      |  4 ++--
 sys/arch/shark/shark/i8042.c           |  6 +++---
 sys/arch/sparc/include/intr.h          |  4 ++--
 sys/arch/zaurus/conf/GENERIC           |  6 +++---
 sys/dev/mvme/memcvar.h                 |  4 ++--
 17 files changed, 43 insertions(+), 43 deletions(-)

diffs (truncated from 382 to 300 lines):

diff -r 061ea586c33a -r 39a726d37a98 sys/arch/alpha/conf/files.alpha
--- a/sys/arch/alpha/conf/files.alpha   Wed Aug 21 02:10:20 2019 +0000
+++ b/sys/arch/alpha/conf/files.alpha   Wed Aug 21 04:17:40 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.alpha,v 1.190 2019/03/25 19:24:30 maxv Exp $
+# $NetBSD: files.alpha,v 1.191 2019/08/21 04:17:40 msaitoh Exp $
 #
 # alpha-specific configuration info
 
@@ -443,7 +443,7 @@
 # needs to be before its isa and pci attachments.  This answer is
 # non-optimal, but I don't have a better answer right now.
 
-# PCIC pcmcia contoller
+# PCIC pcmcia controller
 # XXX this needs to be done very late, so it's done here.  This feels
 # like a kludge, but it might be for the best.
 
diff -r 061ea586c33a -r 39a726d37a98 sys/arch/evbarm/conf/CP3100
--- a/sys/arch/evbarm/conf/CP3100       Wed Aug 21 02:10:20 2019 +0000
+++ b/sys/arch/evbarm/conf/CP3100       Wed Aug 21 04:17:40 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CP3100,v 1.48 2018/08/01 20:04:10 maxv Exp $
+#      $NetBSD: CP3100,v 1.49 2019/08/21 04:17:40 msaitoh Exp $
 #
 #      CP3100 -- Certance CP3100 Kernel
 #
@@ -160,7 +160,7 @@
 
 # SCSI: Symbios Logic 53c1010
 #
-# Wire down the Target/Host instances. Disable the target contoller for
+# Wire down the Target/Host instances. Disable the target controller for
 # now as we don't currently support SCSI target mode.
 siop0          at pci0 dev 2 function 1        # Host controller
 #siop1         at pci0 dev 2 function 0        # Target controller
diff -r 061ea586c33a -r 39a726d37a98 sys/arch/evbarm/conf/GUMSTIX
--- a/sys/arch/evbarm/conf/GUMSTIX      Wed Aug 21 02:10:20 2019 +0000
+++ b/sys/arch/evbarm/conf/GUMSTIX      Wed Aug 21 04:17:40 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GUMSTIX,v 1.100 2019/04/26 22:46:03 sevan Exp $
+#      $NetBSD: GUMSTIX,v 1.101 2019/08/21 04:17:40 msaitoh Exp $
 #
 #      GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
 #
@@ -196,7 +196,7 @@
                                                # ALSO NEEDS pxaudc
 pxaudc0        at pxaip? addr 0x40600000
 
-# integrated MMC/SD contoller
+# integrated MMC/SD controller
 pxamci0        at pxaip? addr 0x41100000 size 0x48
 sdmmc* at pxamci?
 #options       PXAMCI_DEBUG
diff -r 061ea586c33a -r 39a726d37a98 sys/arch/evbarm/conf/TWINTAIL
--- a/sys/arch/evbarm/conf/TWINTAIL     Wed Aug 21 02:10:20 2019 +0000
+++ b/sys/arch/evbarm/conf/TWINTAIL     Wed Aug 21 04:17:40 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TWINTAIL,v 1.74 2018/10/23 19:58:52 jdolecek Exp $
+#      $NetBSD: TWINTAIL,v 1.75 2019/08/21 04:17:40 msaitoh Exp $
 #
 #      TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
 #
@@ -342,7 +342,7 @@
 #options       PXA2X0_DMAC_FIXED_PRIORITY      # Don't want multiple priority
 
 
-# MMC/SD contoller in PXA255
+# MMC/SD controller in PXA255
 #  (attached on obio for card detect and write protect signal)
 pxamci0 at obio?
 sdmmc* at pxamci?
diff -r 061ea586c33a -r 39a726d37a98 sys/arch/evbmips/conf/files.sbmips
--- a/sys/arch/evbmips/conf/files.sbmips        Wed Aug 21 02:10:20 2019 +0000
+++ b/sys/arch/evbmips/conf/files.sbmips        Wed Aug 21 04:17:40 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.sbmips,v 1.3 2019/04/11 02:01:53 simonb Exp $
+# $NetBSD: files.sbmips,v 1.4 2019/08/21 04:17:40 msaitoh Exp $
 
 maxpartitions 8
 
@@ -58,7 +58,7 @@
 # needs to be before its isa and pci attachments.  This answer is
 # non-optimal, but I don't have a better answer right now.
 
-# PCIC pcmcia contoller
+# PCIC pcmcia controller
 # XXX this needs to be done very late, so it's done here.  This feels
 # like a kludge, but it might be for the best.
 
diff -r 061ea586c33a -r 39a726d37a98 sys/arch/hpcarm/conf/NETBOOKPRO
--- a/sys/arch/hpcarm/conf/NETBOOKPRO   Wed Aug 21 02:10:20 2019 +0000
+++ b/sys/arch/hpcarm/conf/NETBOOKPRO   Wed Aug 21 04:17:40 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NETBOOKPRO,v 1.28 2019/04/14 04:16:32 isaki Exp $
+#      $NetBSD: NETBOOKPRO,v 1.29 2019/08/21 04:17:40 msaitoh Exp $
 #
 #      NETBOOKPRO -- Psion Teklogix NETBOOK PRO
 #
@@ -8,7 +8,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.28 $"
+#ident                 "GENERIC-$Revision: 1.29 $"
 
 # estimated number of users
 maxusers       32
@@ -187,7 +187,7 @@
 hpckbd*        at nbpkbd?
 wskbd0 at hpckbd? mux 1
 
-# integrated MMC/SD contoller
+# integrated MMC/SD controller
 pxamci0 at pxaip? addr 0x41100000
 sdmmc* at pxamci?
 ld*    at sdmmc?                               # MMC/SD/SDHC card
diff -r 061ea586c33a -r 39a726d37a98 sys/arch/hpcarm/conf/WZERO3
--- a/sys/arch/hpcarm/conf/WZERO3       Wed Aug 21 02:10:20 2019 +0000
+++ b/sys/arch/hpcarm/conf/WZERO3       Wed Aug 21 04:17:40 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: WZERO3,v 1.49 2019/04/26 21:40:30 sevan Exp $
+#      $NetBSD: WZERO3,v 1.50 2019/08/21 04:17:40 msaitoh Exp $
 #
 #      WZERO3 -- Sharp Windows Mobile 5 based PDA
 #
@@ -8,7 +8,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.49 $"
+#ident                 "GENERIC-$Revision: 1.50 $"
 
 # estimated number of users
 maxusers       32
@@ -188,7 +188,7 @@
 wzero3keypad0 at pxaip?
 wskbd1 at wzero3keypad? mux 1
 
-# integrated MMC/SD contoller
+# integrated MMC/SD controller
 pxamci0 at pxaip? addr 0x41100000 size 0x48
 sdmmc* at pxamci?
 ld* at sdmmc?                          # MMC/SD/SDHC card
diff -r 061ea586c33a -r 39a726d37a98 sys/arch/hpcmips/conf/files.hpcmips
--- a/sys/arch/hpcmips/conf/files.hpcmips       Wed Aug 21 02:10:20 2019 +0000
+++ b/sys/arch/hpcmips/conf/files.hpcmips       Wed Aug 21 04:17:40 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.hpcmips,v 1.108 2014/07/20 10:22:54 alnsn Exp $
+#      $NetBSD: files.hpcmips,v 1.109 2019/08/21 04:17:40 msaitoh Exp $
 
 # maxpartitions must be first item in files.${ARCH}.
 maxpartitions 8
@@ -392,7 +392,7 @@
 # needs to be before its isa and pci attachments.  This answer is
 # non-optimal, but I don't have a better answer right now.
 
-# PCIC pcmcia contoller
+# PCIC pcmcia controller
 # XXX this needs to be done very late, so it's done here.  This feels
 # like a kludge, but it might be for the best.
 
diff -r 061ea586c33a -r 39a726d37a98 sys/arch/hpcmips/dev/mq200subr.c
--- a/sys/arch/hpcmips/dev/mq200subr.c  Wed Aug 21 02:10:20 2019 +0000
+++ b/sys/arch/hpcmips/dev/mq200subr.c  Wed Aug 21 04:17:40 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mq200subr.c,v 1.6 2005/12/11 12:17:33 christos Exp $   */
+/*     $NetBSD: mq200subr.c,v 1.7 2019/08/21 04:17:40 msaitoh Exp $    */
 
 /*-
  * Copyright (c) 2001 TAKEMURA Shin
@@ -31,7 +31,7 @@
 
 #ifdef _KERNEL
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mq200subr.c,v 1.6 2005/12/11 12:17:33 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mq200subr.c,v 1.7 2019/08/21 04:17:40 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -258,7 +258,7 @@
        DPRINTF(" GE: PLL%d\n", clock->ge);
 
        /*
-        * setup GC1    (CRT contoller)
+        * setup GC1    (CRT controller)
         */
        if (sc->sc_flags & MQ200_SC_GC1_ENABLE) {
                /* GC03R        Horizontal Display Control      */
@@ -304,7 +304,7 @@
            /* busy wait */;
 
        /*
-        * setup GC2    (FP contoller)
+        * setup GC2    (FP controller)
         */
        if (sc->sc_flags & MQ200_SC_GC2_ENABLE) {
                //mq200_write(sc, MQ200_GCCR(MQ200_GC2),
diff -r 061ea586c33a -r 39a726d37a98 sys/arch/mips/atheros/dev/ehci_arbus.c
--- a/sys/arch/mips/atheros/dev/ehci_arbus.c    Wed Aug 21 02:10:20 2019 +0000
+++ b/sys/arch/mips/atheros/dev/ehci_arbus.c    Wed Aug 21 04:17:40 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ehci_arbus.c,v 1.7 2016/07/12 17:04:21 maya Exp $      */
+/*     $NetBSD: ehci_arbus.c,v 1.8 2019/08/21 04:17:41 msaitoh Exp $   */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci_arbus.c,v 1.7 2016/07/12 17:04:21 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci_arbus.c,v 1.8 2019/08/21 04:17:41 msaitoh Exp $");
 
 #include "locators.h"
 
@@ -52,7 +52,7 @@
 #include <dev/usb/ehcivar.h>
 
 /*
- * This is relative to the start of the unreserved registers in USB contoller
+ * This is relative to the start of the unreserved registers in USB controller
  * block and not the full USB block which would be 0x1a8.
  */
 #define        ARBUS_USBMODE           0xa8                    /* USB mode */
diff -r 061ea586c33a -r 39a726d37a98 sys/arch/pmax/pmax/memc_3min.c
--- a/sys/arch/pmax/pmax/memc_3min.c    Wed Aug 21 02:10:20 2019 +0000
+++ b/sys/arch/pmax/pmax/memc_3min.c    Wed Aug 21 04:17:40 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: memc_3min.c,v 1.14 2011/02/08 20:20:22 rmind Exp $     */
+/*     $NetBSD: memc_3min.c,v 1.15 2019/08/21 04:17:41 msaitoh Exp $   */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -39,10 +39,10 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: memc_3min.c,v 1.14 2011/02/08 20:20:22 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: memc_3min.c,v 1.15 2019/08/21 04:17:41 msaitoh Exp $");
 
 /*
- * Motherboard memory error contoller used in both
+ * Motherboard memory error controller used in both
  * 3min (kn02ba) and maxine (kn02ca).
  */
 
diff -r 061ea586c33a -r 39a726d37a98 sys/arch/powerpc/booke/dev/pq3ehci.c
--- a/sys/arch/powerpc/booke/dev/pq3ehci.c      Wed Aug 21 02:10:20 2019 +0000
+++ b/sys/arch/powerpc/booke/dev/pq3ehci.c      Wed Aug 21 04:17:40 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pq3ehci.c,v 1.8 2016/04/23 10:15:30 skrll Exp $        */
+/*     $NetBSD: pq3ehci.c,v 1.9 2019/08/21 04:17:41 msaitoh Exp $      */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pq3ehci.c,v 1.8 2016/04/23 10:15:30 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pq3ehci.c,v 1.9 2019/08/21 04:17:41 msaitoh Exp $");
 
 #include "opt_usb.h"
 
@@ -55,7 +55,7 @@
 #include <dev/usb/ehcivar.h>
 
 /*
- * This is relative to the start of the unreserved registers in USB contoller
+ * This is relative to the start of the unreserved registers in USB controller
  * block and not the full USB block which would be 0x1a8.
  */
 #define        PQ3_USBMODE             0xa8                    /* USB mode */
diff -r 061ea586c33a -r 39a726d37a98 sys/arch/sbmips/conf/files.sbmips
--- a/sys/arch/sbmips/conf/files.sbmips Wed Aug 21 02:10:20 2019 +0000
+++ b/sys/arch/sbmips/conf/files.sbmips Wed Aug 21 04:17:40 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.sbmips,v 1.16 2014/07/20 10:22:55 alnsn Exp $
+# $NetBSD: files.sbmips,v 1.17 2019/08/21 04:17:41 msaitoh Exp $
 
 maxpartitions 8
 
@@ -59,7 +59,7 @@
 # needs to be before its isa and pci attachments.  This answer is
 # non-optimal, but I don't have a better answer right now.
 
-# PCIC pcmcia contoller
+# PCIC pcmcia controller
 # XXX this needs to be done very late, so it's done here.  This feels
 # like a kludge, but it might be for the best.
 
diff -r 061ea586c33a -r 39a726d37a98 sys/arch/shark/shark/i8042.c
--- a/sys/arch/shark/shark/i8042.c      Wed Aug 21 02:10:20 2019 +0000
+++ b/sys/arch/shark/shark/i8042.c      Wed Aug 21 04:17:40 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i8042.c,v 1.6 2011/07/19 15:07:43 dyoung Exp $ */
+/*     $NetBSD: i8042.c,v 1.7 2019/08/21 04:17:41 msaitoh Exp $        */
 
 /*



Home | Main Index | Thread Index | Old Index