Source-Changes-HG archive

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

[src/trunk]: src s/initalize/initialize/ in comment or printf message.



details:   https://anonhg.NetBSD.org/src/rev/aa76034268c6
branches:  trunk
changeset: 455482:aa76034268c6
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Oct 18 04:09:01 2019 +0000

description:
s/initalize/initialize/ in comment or printf message.

diffstat:

 sys/arch/arm/imx/imx23_clkctrl.c |  6 +++---
 sys/arch/arm/imx/imx23_digctl.c  |  4 ++--
 sys/arch/arm/imx/imx23_pinctrl.c |  4 ++--
 sys/arch/arm/imx/imx23_rtc.c     |  4 ++--
 sys/arch/pmax/ibus/pm.c          |  6 +++---
 sys/arch/sparc/dev/ebus.c        |  6 +++---
 sys/dev/audio/audio.c            |  6 +++---
 sys/dev/ic/icp.c                 |  6 +++---
 sys/dev/pci/if_bce.c             |  6 +++---
 sys/dev/pci/if_ena.c             |  4 ++--
 sys/netinet/ip_id.c              |  6 +++---
 sys/netinet6/ip6_id.c            |  6 +++---
 sys/nfs/nfs_node.c               |  6 +++---
 usr.sbin/makefs/cd9660.c         |  6 +++---
 14 files changed, 38 insertions(+), 38 deletions(-)

diffs (truncated from 345 to 300 lines):

diff -r 0a740ab84d26 -r aa76034268c6 sys/arch/arm/imx/imx23_clkctrl.c
--- a/sys/arch/arm/imx/imx23_clkctrl.c  Fri Oct 18 01:38:28 2019 +0000
+++ b/sys/arch/arm/imx/imx23_clkctrl.c  Fri Oct 18 04:09:01 2019 +0000
@@ -1,4 +1,4 @@
-/* $Id: imx23_clkctrl.c,v 1.2 2015/01/10 12:13:56 jmcneill Exp $ */
+/* $Id: imx23_clkctrl.c,v 1.3 2019/10/18 04:09:01 msaitoh Exp $ */
 
 /*
 * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -140,7 +140,7 @@
        struct clkctrl_softc *sc = _sc;
 
         if (sc == NULL) {
-                aprint_error("clkctrl is not initalized");
+                aprint_error("clkctrl is not initialized");
                 return;
         }
 
@@ -160,7 +160,7 @@
        struct clkctrl_softc *sc = _sc;
 
        if (sc == NULL) {
-               aprint_error("clkctrl is not initalized");
+               aprint_error("clkctrl is not initialized");
                return;
        }
 
diff -r 0a740ab84d26 -r aa76034268c6 sys/arch/arm/imx/imx23_digctl.c
--- a/sys/arch/arm/imx/imx23_digctl.c   Fri Oct 18 01:38:28 2019 +0000
+++ b/sys/arch/arm/imx/imx23_digctl.c   Fri Oct 18 04:09:01 2019 +0000
@@ -1,4 +1,4 @@
-/* $Id: imx23_digctl.c,v 1.1 2013/10/07 17:36:40 matt Exp $ */
+/* $Id: imx23_digctl.c,v 1.2 2019/10/18 04:09:01 msaitoh Exp $ */
 
 /*
 * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -167,7 +167,7 @@
        struct digctl_softc *sc = _sc;
 
        if (sc == NULL) {
-               aprint_error("digctl is not initalized");
+               aprint_error("digctl is not initialized");
                return;
        }
 
diff -r 0a740ab84d26 -r aa76034268c6 sys/arch/arm/imx/imx23_pinctrl.c
--- a/sys/arch/arm/imx/imx23_pinctrl.c  Fri Oct 18 01:38:28 2019 +0000
+++ b/sys/arch/arm/imx/imx23_pinctrl.c  Fri Oct 18 04:09:01 2019 +0000
@@ -1,4 +1,4 @@
-/* $Id: imx23_pinctrl.c,v 1.1 2013/10/07 17:36:40 matt Exp $ */
+/* $Id: imx23_pinctrl.c,v 1.2 2019/10/18 04:09:01 msaitoh Exp $ */
 
 /*
 * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -504,7 +504,7 @@
        struct pinctrl_softc *sc = _sc;
 
         if (sc == NULL) {
-                aprint_error("pinctrl is not initalized");
+                aprint_error("pinctrl is not initialized");
                 return;
         }
 
diff -r 0a740ab84d26 -r aa76034268c6 sys/arch/arm/imx/imx23_rtc.c
--- a/sys/arch/arm/imx/imx23_rtc.c      Fri Oct 18 01:38:28 2019 +0000
+++ b/sys/arch/arm/imx/imx23_rtc.c      Fri Oct 18 04:09:01 2019 +0000
@@ -1,4 +1,4 @@
-/* $Id: imx23_rtc.c,v 1.1 2015/01/10 12:16:28 jmcneill Exp $ */
+/* $Id: imx23_rtc.c,v 1.2 2019/10/18 04:09:01 msaitoh Exp $ */
 
 /*
 * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -141,7 +141,7 @@
        struct rtc_softc *sc = _sc;
 
         if (sc == NULL) {
-                aprint_error("rtc is not initalized");
+                aprint_error("rtc is not initialized");
                 return;
         }
        if(val)
diff -r 0a740ab84d26 -r aa76034268c6 sys/arch/pmax/ibus/pm.c
--- a/sys/arch/pmax/ibus/pm.c   Fri Oct 18 01:38:28 2019 +0000
+++ b/sys/arch/pmax/ibus/pm.c   Fri Oct 18 04:09:01 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pm.c,v 1.15 2018/01/24 05:35:58 riastradh Exp $        */
+/*     $NetBSD: pm.c,v 1.16 2019/10/18 04:09:02 msaitoh Exp $  */
 
 /*-
  * Copyright (c) 2002, 2003 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pm.c,v 1.15 2018/01/24 05:35:58 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pm.c,v 1.16 2019/10/18 04:09:02 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/buf.h>
@@ -320,7 +320,7 @@
        pm_stdscreen.capabilities = ri->ri_caps;
 
        /*
-        * Initalize the VDAC.
+        * Initialize the VDAC.
         */
        *(uint8_t *)MIPS_PHYS_TO_KSEG1(KN01_PHYS_COLMASK_START) = 0xff;
        wbflush();
diff -r 0a740ab84d26 -r aa76034268c6 sys/arch/sparc/dev/ebus.c
--- a/sys/arch/sparc/dev/ebus.c Fri Oct 18 01:38:28 2019 +0000
+++ b/sys/arch/sparc/dev/ebus.c Fri Oct 18 04:09:01 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ebus.c,v 1.35 2014/10/18 08:33:26 snj Exp $ */
+/*     $NetBSD: ebus.c,v 1.36 2019/10/18 04:09:02 msaitoh Exp $ */
 
 /*
  * Copyright (c) 1999, 2000 Matthew R. Green
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ebus.c,v 1.35 2014/10/18 08:33:26 snj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ebus.c,v 1.36 2019/10/18 04:09:02 msaitoh Exp $");
 
 #if defined(DEBUG) && !defined(EBUS_DEBUG)
 #define EBUS_DEBUG
@@ -211,7 +211,7 @@
        char *model;
 
        if (wiring_map != NULL) {
-               printf("%s: global ebus wiring map already initalized\n",
+               printf("%s: global ebus wiring map already initialized\n",
                    device_xname(sc->sc_dev));
                return (0);
        }
diff -r 0a740ab84d26 -r aa76034268c6 sys/dev/audio/audio.c
--- a/sys/dev/audio/audio.c     Fri Oct 18 01:38:28 2019 +0000
+++ b/sys/dev/audio/audio.c     Fri Oct 18 04:09:01 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: audio.c,v 1.31 2019/09/06 06:44:45 isaki Exp $ */
+/*     $NetBSD: audio.c,v 1.32 2019/10/18 04:09:02 msaitoh Exp $       */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -142,7 +142,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.31 2019/09/06 06:44:45 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.32 2019/10/18 04:09:02 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "audio.h"
@@ -5961,7 +5961,7 @@
 
 /*
  * Initialize playback and record mixers.
- * mode (AUMODE_{PLAY,RECORD}) indicates the mixer to be initalized.
+ * mode (AUMODE_{PLAY,RECORD}) indicates the mixer to be initialized.
  * phwfmt and rhwfmt indicate the hardware format.  pfil and rfil indicate
  * the filter registration information.  These four must not be NULL.
  * If successful returns 0.  Otherwise returns errno.
diff -r 0a740ab84d26 -r aa76034268c6 sys/dev/ic/icp.c
--- a/sys/dev/ic/icp.c  Fri Oct 18 01:38:28 2019 +0000
+++ b/sys/dev/ic/icp.c  Fri Oct 18 04:09:01 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: icp.c,v 1.31 2012/10/27 17:18:20 chs Exp $     */
+/*     $NetBSD: icp.c,v 1.32 2019/10/18 04:09:02 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 2002, 2003 The NetBSD Foundation, Inc.
@@ -76,7 +76,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: icp.c,v 1.31 2012/10/27 17:18:20 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: icp.c,v 1.32 2019/10/18 04:09:02 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -207,7 +207,7 @@
 #endif
 
        /*
-        * Initalize the controller.
+        * Initialize the controller.
         */
        if (!icp_cmd(icp, ICP_SCREENSERVICE, ICP_INIT, 0, 0, 0)) {
                aprint_error_dev(icp->icp_dv, "screen service init error %d\n",
diff -r 0a740ab84d26 -r aa76034268c6 sys/dev/pci/if_bce.c
--- a/sys/dev/pci/if_bce.c      Fri Oct 18 01:38:28 2019 +0000
+++ b/sys/dev/pci/if_bce.c      Fri Oct 18 04:09:01 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_bce.c,v 1.53 2019/10/17 15:57:56 msaitoh Exp $   */
+/* $NetBSD: if_bce.c,v 1.54 2019/10/18 04:09:02 msaitoh 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.53 2019/10/17 15:57:56 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bce.c,v 1.54 2019/10/18 04:09:02 msaitoh Exp $");
 
 #include "vlan.h"
 
@@ -959,7 +959,7 @@
        bus_space_write_4(sc->bce_btag, sc->bce_bhandle, BCE_DMA_RXADDR,
            sc->bce_ring_map->dm_segs[0].ds_addr + 0x40000000);         /* MAGIC */
 
-       /* Initalize receive descriptors */
+       /* Initialize receive descriptors */
        for (i = 0; i < BCE_NRXDESC; i++) {
                if (sc->bce_cdata.bce_rx_chain[i] == NULL) {
                        if ((error = bce_add_rxbuf(sc, i)) != 0) {
diff -r 0a740ab84d26 -r aa76034268c6 sys/dev/pci/if_ena.c
--- a/sys/dev/pci/if_ena.c      Fri Oct 18 01:38:28 2019 +0000
+++ b/sys/dev/pci/if_ena.c      Fri Oct 18 04:09:01 2019 +0000
@@ -31,7 +31,7 @@
 #if 0
 __FBSDID("$FreeBSD: head/sys/dev/ena/ena.c 333456 2018-05-10 09:37:54Z mw $");
 #endif
-__KERNEL_RCSID(0, "$NetBSD: if_ena.c,v 1.16 2019/08/01 13:43:28 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ena.c,v 1.17 2019/10/18 04:09:02 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -3792,7 +3792,7 @@
 #endif
 
        /* initialize rings basic information */
-       device_printf(self, "initalize %d io queues\n", io_queue_num);
+       device_printf(self, "initialize %d io queues\n", io_queue_num);
        ena_init_io_rings(adapter);
 
        /* setup network interface */
diff -r 0a740ab84d26 -r aa76034268c6 sys/netinet/ip_id.c
--- a/sys/netinet/ip_id.c       Fri Oct 18 01:38:28 2019 +0000
+++ b/sys/netinet/ip_id.c       Fri Oct 18 04:09:01 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_id.c,v 1.15 2011/11/19 22:51:25 tls Exp $   */
+/*     $NetBSD: ip_id.c,v 1.16 2019/10/18 04:09:02 msaitoh Exp $       */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_id.c,v 1.15 2011/11/19 22:51:25 tls Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_id.c,v 1.16 2019/10/18 04:09:02 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/kmem.h>
@@ -59,7 +59,7 @@
 }
 
 /*
- * Initalizes the  
+ * Initializes the  
  * the msb flag. The msb flag is used to generate two distinct
  * cycles of random numbers and thus avoiding reuse of ids.
  *
diff -r 0a740ab84d26 -r aa76034268c6 sys/netinet6/ip6_id.c
--- a/sys/netinet6/ip6_id.c     Fri Oct 18 01:38:28 2019 +0000
+++ b/sys/netinet6/ip6_id.c     Fri Oct 18 04:09:01 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip6_id.c,v 1.18 2015/08/07 08:11:33 ozaki-r Exp $      */
+/*     $NetBSD: ip6_id.c,v 1.19 2019/10/18 04:09:02 msaitoh Exp $      */
 /*     $KAME: ip6_id.c,v 1.8 2003/09/06 13:41:06 itojun Exp $  */
 /*     $OpenBSD: ip_id.c,v 1.6 2002/03/15 18:19:52 millert Exp $       */
 
@@ -82,7 +82,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip6_id.c,v 1.18 2015/08/07 08:11:33 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip6_id.c,v 1.19 2019/10/18 04:09:02 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/cprng.h>
@@ -164,7 +164,7 @@
 }
 
 /*
- * Initalizes the seed and chooses a suitable generator. Also toggles
+ * Initializes the seed and chooses a suitable generator. Also toggles
  * the msb flag. The msb flag is used to generate two distinct
  * cycles of random numbers and thus avoiding reuse of ids.
  *
diff -r 0a740ab84d26 -r aa76034268c6 sys/nfs/nfs_node.c
--- a/sys/nfs/nfs_node.c        Fri Oct 18 01:38:28 2019 +0000
+++ b/sys/nfs/nfs_node.c        Fri Oct 18 04:09:01 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nfs_node.c,v 1.123 2018/05/28 21:04:38 chs Exp $       */
+/*     $NetBSD: nfs_node.c,v 1.124 2019/10/18 04:09:02 msaitoh Exp $   */
 
 /*
  * Copyright (c) 1989, 1993



Home | Main Index | Thread Index | Old Index