Source-Changes-HG archive

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

[src/trunk]: src/sys Improve spelling: regsiter -> register



details:   https://anonhg.NetBSD.org/src/rev/bb802c795453
branches:  trunk
changeset: 339302:bb802c795453
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sat Jul 11 10:32:45 2015 +0000

description:
Improve spelling: regsiter -> register

This change is non-functional.

Approved by <riastradh>, <pgoyette>

diffstat:

 sys/arch/bebox/stand/boot/wdc.c                |  4 ++--
 sys/arch/cobalt/stand/boot/pciide.c            |  4 ++--
 sys/arch/ews4800mips/sbd/if_le_sbdio.c         |  6 +++---
 sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp |  4 ++--
 sys/arch/hpcmips/tx/tx39icu.c                  |  8 ++++----
 sys/arch/hpcmips/vr/rtc.c                      |  6 +++---
 sys/arch/hppa/hppa/machdep.c                   |  6 +++---
 sys/arch/m68k/060sp/dist/ilsp.s                |  4 ++--
 sys/arch/m68k/060sp/dist/isp.s                 |  4 ++--
 sys/arch/mmeye/stand/boot/wdc.c                |  4 ++--
 sys/arch/rs6000/include/iplcb.h                |  4 ++--
 sys/arch/sgimips/dev/imcreg.h                  |  6 +++---
 sys/arch/sparc64/dev/auxio.c                   |  6 +++---
 sys/arch/sparc64/dev/auxioreg.h                |  4 ++--
 sys/arch/x68k/dev/fd.c                         |  6 +++---
 sys/arch/x68k/stand/boot/ne.c                  |  4 ++--
 sys/dev/marvell/gt.c                           |  6 +++---
 sys/dev/pci/cxdtvreg.h                         |  4 ++--
 sys/dev/pci/czreg.h                            |  4 ++--
 19 files changed, 47 insertions(+), 47 deletions(-)

diffs (truncated from 419 to 300 lines):

diff -r 44843210993b -r bb802c795453 sys/arch/bebox/stand/boot/wdc.c
--- a/sys/arch/bebox/stand/boot/wdc.c   Sat Jul 11 10:15:33 2015 +0000
+++ b/sys/arch/bebox/stand/boot/wdc.c   Sat Jul 11 10:32:45 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wdc.c,v 1.1 2010/10/14 06:50:43 kiyohara Exp $ */
+/*     $NetBSD: wdc.c,v 1.2 2015/07/11 10:32:45 kamil Exp $    */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -378,7 +378,7 @@
 
        memset(&ch, 0, sizeof(ch));
 
-       /* set up cmd/ctl regsiters */
+       /* set up cmd/ctl registers */
        tmp.c_cmdbase = addr;
 #define WDC_ISA_AUXREG_OFFSET  0x206
        tmp.c_ctlbase = addr + WDC_ISA_AUXREG_OFFSET;
diff -r 44843210993b -r bb802c795453 sys/arch/cobalt/stand/boot/pciide.c
--- a/sys/arch/cobalt/stand/boot/pciide.c       Sat Jul 11 10:15:33 2015 +0000
+++ b/sys/arch/cobalt/stand/boot/pciide.c       Sat Jul 11 10:32:45 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pciide.c,v 1.8 2008/04/28 20:23:16 martin Exp $        */
+/*     $NetBSD: pciide.c,v 1.9 2015/07/11 10:32:45 kamil Exp $ */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
        ctlreg = MIPS_PHYS_TO_KSEG1(COBALT_IO_SPACE_BASE +
            PCIIDE_COMPAT_CTL_BASE(compatchan));
 
-       /* set up cmd regsiters */
+       /* set up cmd registers */
        chp->c_cmdbase = (uint8_t *)cmdreg;
        chp->c_data = (uint16_t *)(cmdreg + wd_data);
        for (i = 0; i < WDC_NPORTS; i++)
diff -r 44843210993b -r bb802c795453 sys/arch/ews4800mips/sbd/if_le_sbdio.c
--- a/sys/arch/ews4800mips/sbd/if_le_sbdio.c    Sat Jul 11 10:15:33 2015 +0000
+++ b/sys/arch/ews4800mips/sbd/if_le_sbdio.c    Sat Jul 11 10:32:45 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_le_sbdio.c,v 1.7 2012/10/13 06:08:30 tsutsui Exp $  */
+/*     $NetBSD: if_le_sbdio.c,v 1.8 2015/07/11 10:32:45 kamil Exp $    */
 
 /*-
  * Copyright (c) 1996, 2005 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_le_sbdio.c,v 1.7 2012/10/13 06:08:30 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_le_sbdio.c,v 1.8 2015/07/11 10:32:45 kamil Exp $");
 
 #include "opt_inet.h"
 
@@ -61,7 +61,7 @@
 #include <dev/ic/am7990var.h>
 
 #define        LEREG1_RDP      0       /* offset to lance data register */
-#define        LEREG1_RAP      6       /* offset to lance address regsiter */
+#define        LEREG1_RAP      6       /* offset to lance address register */
 #define        LE_MEMSIZE      (64 * 1024)
 
 struct le_sbdio_softc {
diff -r 44843210993b -r bb802c795453 sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp
--- a/sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp    Sat Jul 11 10:15:33 2015 +0000
+++ b/sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp    Sat Jul 11 10:32:45 2015 +0000
@@ -1,4 +1,4 @@
-/* -*-C++-*-   $NetBSD: rootwindow.cpp,v 1.22 2008/04/28 20:23:20 martin Exp $ */
+/* -*-C++-*-   $NetBSD: rootwindow.cpp,v 1.23 2015/07/11 10:32:45 kamil Exp $  */
 
 /*-
  * Copyright (c) 2001, 2004 The NetBSD Foundation, Inc.
@@ -245,7 +245,7 @@
        _progress_bar = new ProgressBar(_app, *this, rect);
        _progress_bar->create(aux);
 
-       // regsiter myself to menu
+       // register myself to menu
        HpcMenuInterface::Instance()._root = this;
 
        rect.top += _button_height;
diff -r 44843210993b -r bb802c795453 sys/arch/hpcmips/tx/tx39icu.c
--- a/sys/arch/hpcmips/tx/tx39icu.c     Sat Jul 11 10:15:33 2015 +0000
+++ b/sys/arch/hpcmips/tx/tx39icu.c     Sat Jul 11 10:32:45 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tx39icu.c,v 1.34 2014/09/21 15:52:43 christos Exp $ */
+/*     $NetBSD: tx39icu.c,v 1.35 2015/07/11 10:32:45 kamil Exp $ */
 
 /*-
  * Copyright (c) 1999-2001 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tx39icu.c,v 1.34 2014/09/21 15:52:43 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tx39icu.c,v 1.35 2015/07/11 10:32:45 kamil Exp $");
 
 #include "opt_vr41xx.h"
 #include "opt_tx39xx.h"
@@ -315,7 +315,7 @@
        tc = tx_conf_get_tag();
        sc = tc->tc_intrt;
        /*
-        * Read regsiter ASAP
+        * Read register ASAP
         */
        regs = sc->sc_regs;
        regs[0] = tx_conf_read(tc, TX39_INTRSTATUS6_REG);
@@ -395,7 +395,7 @@
                        }
                }
                /*
-                * Read regsiter again
+                * Read register again
                 */
                regs[0] = tx_conf_read(tc, TX39_INTRSTATUS6_REG);
                regs[1] = tx_conf_read(tc, TX39_INTRSTATUS1_REG);
diff -r 44843210993b -r bb802c795453 sys/arch/hpcmips/vr/rtc.c
--- a/sys/arch/hpcmips/vr/rtc.c Sat Jul 11 10:15:33 2015 +0000
+++ b/sys/arch/hpcmips/vr/rtc.c Sat Jul 11 10:32:45 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rtc.c,v 1.34 2014/11/20 16:18:29 christos Exp $        */
+/*     $NetBSD: rtc.c,v 1.35 2015/07/11 10:32:45 kamil Exp $   */
 
 /*-
  * Copyright (c) 1999 Shin Takemura. All rights reserved.
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rtc.c,v 1.34 2014/11/20 16:18:29 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rtc.c,v 1.35 2015/07/11 10:32:45 kamil Exp $");
 
 #include "opt_vr41xx.h"
 
@@ -162,7 +162,7 @@
        /* RTC interrupt handler is directly dispatched from CPU intr */
        vr_intr_establish(VR_INTR1, vrrtc_intr, sc);
        /* But need to set level 1 interrupt mask register, 
-        * so regsiter fake interrurpt handler
+        * so register fake interrurpt handler
         */
        if (!(sc->sc_ih = vrip_intr_establish(va->va_vc, va->va_unit, 0,
            IPL_CLOCK, 0, 0))) {
diff -r 44843210993b -r bb802c795453 sys/arch/hppa/hppa/machdep.c
--- a/sys/arch/hppa/hppa/machdep.c      Sat Jul 11 10:15:33 2015 +0000
+++ b/sys/arch/hppa/hppa/machdep.c      Sat Jul 11 10:32:45 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.4 2014/04/18 18:32:00 martin Exp $       */
+/*     $NetBSD: machdep.c,v 1.5 2015/07/11 10:32:46 kamil Exp $        */
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.4 2014/04/18 18:32:00 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.5 2015/07/11 10:32:46 kamil Exp $");
 
 #include "opt_cputype.h"
 #include "opt_ddb.h"
@@ -1883,7 +1883,7 @@
        tf->tf_sr4 = tf->tf_sr5 = tf->tf_sr6 =
        tf->tf_iisq_head = tf->tf_iisq_tail = space;
 
-       /* Load the protection regsiters. */
+       /* Load the protection registers. */
        tf->tf_pidr1 = tf->tf_pidr2 = pmap->pm_pid;
 }
 
diff -r 44843210993b -r bb802c795453 sys/arch/m68k/060sp/dist/ilsp.s
--- a/sys/arch/m68k/060sp/dist/ilsp.s   Sat Jul 11 10:15:33 2015 +0000
+++ b/sys/arch/m68k/060sp/dist/ilsp.s   Sat Jul 11 10:32:45 2015 +0000
@@ -1,5 +1,5 @@
 #
-# $NetBSD: ilsp.s,v 1.1 2000/04/14 20:24:39 is Exp $
+# $NetBSD: ilsp.s,v 1.2 2015/07/11 10:32:46 kamil Exp $
 #
 
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -786,7 +786,7 @@
 # ALGORITHM ***********************************************************        #
 #      In the interest of simplicity, all operands are converted to    #
 # longword size whether the operation is byte, word, or long. The      #
-# bounds are sign extended accordingly. If Rn is a data regsiter, Rn is #
+# bounds are sign extended accordingly. If Rn is a data register, Rn is #
 # also sign extended. If Rn is an address register, it need not be sign #
 # extended since the full register is always used.                     #
 #      The condition codes are set correctly before the final "rts".   #
diff -r 44843210993b -r bb802c795453 sys/arch/m68k/060sp/dist/isp.s
--- a/sys/arch/m68k/060sp/dist/isp.s    Sat Jul 11 10:15:33 2015 +0000
+++ b/sys/arch/m68k/060sp/dist/isp.s    Sat Jul 11 10:32:45 2015 +0000
@@ -1,5 +1,5 @@
 #
-# $NetBSD: isp.s,v 1.2 2001/06/11 01:50:53 wiz Exp $
+# $NetBSD: isp.s,v 1.3 2015/07/11 10:32:46 kamil Exp $
 #
 
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -1886,7 +1886,7 @@
 # word, or longword sized operands. Then, in the interest of           #
 # simplicity, all operands are converted to longword size whether the  #
 # operation is byte, word, or long. The bounds are sign extended       #
-# accordingly. If Rn is a data regsiter, Rn is also sign extended. If  #
+# accordingly. If Rn is a data register, Rn is also sign extended. If  #
 # Rn is an address register, it need not be sign extended since the    #
 # full register is always used.                                                #
 #      The comparisons are made and the condition codes calculated.    #
diff -r 44843210993b -r bb802c795453 sys/arch/mmeye/stand/boot/wdc.c
--- a/sys/arch/mmeye/stand/boot/wdc.c   Sat Jul 11 10:15:33 2015 +0000
+++ b/sys/arch/mmeye/stand/boot/wdc.c   Sat Jul 11 10:32:45 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wdc.c,v 1.1 2011/03/03 05:59:37 kiyohara Exp $ */
+/*     $NetBSD: wdc.c,v 1.2 2015/07/11 10:32:46 kamil Exp $    */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -194,7 +194,7 @@
        }
        ctlreg = cmdreg + MMEYE_WDC_CTLBASE;
 
-       /* set up cmd regsiters */
+       /* set up cmd registers */
        chp->c_cmdbase = (uint8_t *)cmdreg;
        chp->c_data = (uint16_t *)(cmdreg + wd_data);
        for (i = 0; i < WDC_NPORTS; i++)
diff -r 44843210993b -r bb802c795453 sys/arch/rs6000/include/iplcb.h
--- a/sys/arch/rs6000/include/iplcb.h   Sat Jul 11 10:15:33 2015 +0000
+++ b/sys/arch/rs6000/include/iplcb.h   Sat Jul 11 10:32:45 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: iplcb.h,v 1.1 2007/12/17 19:09:21 garbled Exp $ */
+/* $NetBSD: iplcb.h,v 1.2 2015/07/11 10:32:46 kamil Exp $ */
 
 /* Structure for the IPL Control Block on RS/6000 machines */
 
@@ -547,7 +547,7 @@
        int32_t         io_planar_level_reg_22;
        int32_t         io_planar_level_reg_23;
 
-       /* Component regsiter test results for the other BUID's */
+       /* Component register test results for the other BUID's */
        int32_t         CRR_results_21;
        int32_t         CRR_results_22;
        int32_t         CRR_results_23;
diff -r 44843210993b -r bb802c795453 sys/arch/sgimips/dev/imcreg.h
--- a/sys/arch/sgimips/dev/imcreg.h     Sat Jul 11 10:15:33 2015 +0000
+++ b/sys/arch/sgimips/dev/imcreg.h     Sat Jul 11 10:32:45 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: imcreg.h,v 1.4 2005/12/11 12:18:52 christos Exp $      */
+/*     $NetBSD: imcreg.h,v 1.5 2015/07/11 10:32:46 kamil Exp $ */
 
 /*
  * Copyright (c) 2001 Rafal K. Boni
@@ -115,9 +115,9 @@
 
 #define IMC_LBTIME             0x9c    /* Arbiter long-burst time */
 
-#define IMC_MEMCFG0            0xc4    /* Mem config, regsiter 0 */
+#define IMC_MEMCFG0            0xc4    /* Mem config, register 0 */
 
-#define IMC_MEMCFG1            0xcc    /* Mem config, regsiter 1 */
+#define IMC_MEMCFG1            0xcc    /* Mem config, register 1 */
 
 #define IMC_CPU_MEMACC         0xd4    /* CPU mem access config */
 
diff -r 44843210993b -r bb802c795453 sys/arch/sparc64/dev/auxio.c
--- a/sys/arch/sparc64/dev/auxio.c      Sat Jul 11 10:15:33 2015 +0000
+++ b/sys/arch/sparc64/dev/auxio.c      Sat Jul 11 10:32:45 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: auxio.c,v 1.22 2011/06/02 00:24:23 christos Exp $      */
+/*     $NetBSD: auxio.c,v 1.23 2015/07/11 10:32:46 kamil Exp $ */
 
 /*
  * Copyright (c) 2000, 2001 Matthew R. Green
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: auxio.c,v 1.22 2011/06/02 00:24:23 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: auxio.c,v 1.23 2015/07/11 10:32:46 kamil Exp $");
 
 #include "opt_auxio.h"
 
@@ -65,7 +65,7 @@
        /* parent's tag */
        bus_space_tag_t         sc_tag;
 
-       /* handles to the various auxio regsiter sets */
+       /* handles to the various auxio register sets */
        bus_space_handle_t      sc_led;
        bus_space_handle_t      sc_pci;
        bus_space_handle_t      sc_freq;
diff -r 44843210993b -r bb802c795453 sys/arch/sparc64/dev/auxioreg.h
--- a/sys/arch/sparc64/dev/auxioreg.h   Sat Jul 11 10:15:33 2015 +0000
+++ b/sys/arch/sparc64/dev/auxioreg.h   Sat Jul 11 10:32:45 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: auxioreg.h,v 1.7 2008/05/29 14:51:26 mrg Exp $ */
+/*     $NetBSD: auxioreg.h,v 1.8 2015/07/11 10:32:46 kamil Exp $       */
 



Home | Main Index | Thread Index | Old Index