Source-Changes-HG archive

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

[src/trunk]: src some love to double letters (in comments).



details:   https://anonhg.NetBSD.org/src/rev/516a652adcc6
branches:  trunk
changeset: 986274:516a652adcc6
user:      andvar <andvar%NetBSD.org@localhost>
date:      Fri Sep 17 08:13:06 2021 +0000

description:
some love to double letters (in comments).

diffstat:

 lib/libperfuse/fuse.h                 |  4 ++--
 sys/arch/arm/at91/at91rm9200reg.h     |  6 +++---
 sys/arch/arm/at91/at91sam9260reg.h    |  4 ++--
 sys/arch/arm/at91/at91sam9261reg.h    |  6 +++---
 sys/arch/arm/ep93xx/ep93xxreg.h       |  6 +++---
 sys/arch/arm/ixp12x0/ixp12x0reg.h     |  6 +++---
 sys/arch/mips/cavium/dev/octeon_pko.c |  8 ++++----
 sys/dev/marvell/if_mvxpe.c            |  6 +++---
 8 files changed, 23 insertions(+), 23 deletions(-)

diffs (181 lines):

diff -r a4b138d328de -r 516a652adcc6 lib/libperfuse/fuse.h
--- a/lib/libperfuse/fuse.h     Fri Sep 17 02:18:01 2021 +0000
+++ b/lib/libperfuse/fuse.h     Fri Sep 17 08:13:06 2021 +0000
@@ -1,4 +1,4 @@
-/*  $NetBSD: fuse.h,v 1.7 2016/10/18 17:56:31 christos Exp $ */
+/*  $NetBSD: fuse.h,v 1.8 2021/09/17 08:13:06 andvar Exp $ */
 
 /*-
  *  Copyright (c) 2010 Emmanuel Dreyfus. All rights reserved.
@@ -453,7 +453,7 @@
 };
 
 #if 0 /* Duplicated in perfuse.h to avoid making fuse.h public */
-/* Send from kernel to proces */
+/* Send from kernel to process */
 struct fuse_in_header {
        uint32_t        len;
        uint32_t        opcode;
diff -r a4b138d328de -r 516a652adcc6 sys/arch/arm/at91/at91rm9200reg.h
--- a/sys/arch/arm/at91/at91rm9200reg.h Fri Sep 17 02:18:01 2021 +0000
+++ b/sys/arch/arm/at91/at91rm9200reg.h Fri Sep 17 08:13:06 2021 +0000
@@ -1,5 +1,5 @@
-/*     $Id: at91rm9200reg.h,v 1.3 2009/10/23 06:53:13 snj Exp $        */
-/*     $NetBSD: at91rm9200reg.h,v 1.3 2009/10/23 06:53:13 snj Exp $    */
+/*     $Id: at91rm9200reg.h,v 1.4 2021/09/17 08:13:06 andvar Exp $     */
+/*     $NetBSD: at91rm9200reg.h,v 1.4 2021/09/17 08:13:06 andvar Exp $ */
 
 /*
  * Copyright (c) 2007 Embedtronics Oy
@@ -76,7 +76,7 @@
  *
  * Some device registers are statically mapped on upper address region.
  * because we have to access them before bus_space is initialized.
- * Most devices are dynamicaly mapped by bus_space_map(). In this case,
+ * Most devices are dynamically mapped by bus_space_map(). In this case,
  * the actual mapped (virtual) address are not cared by device drivers.
  */
 
diff -r a4b138d328de -r 516a652adcc6 sys/arch/arm/at91/at91sam9260reg.h
--- a/sys/arch/arm/at91/at91sam9260reg.h        Fri Sep 17 02:18:01 2021 +0000
+++ b/sys/arch/arm/at91/at91sam9260reg.h        Fri Sep 17 08:13:06 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: at91sam9260reg.h,v 1.1 2011/11/04 17:20:54 aymeric Exp $       */
+/*     $NetBSD: at91sam9260reg.h,v 1.2 2021/09/17 08:13:06 andvar Exp $        */
 
 /*
  * Copyright (c) 2007 Embedtronics Oy
@@ -84,7 +84,7 @@
  *
  * Some device registers are statically mapped on upper address region.
  * because we have to access them before bus_space is initialized.
- * Most devices are dynamicaly mapped by bus_space_map(). In this case,
+ * Most devices are dynamically mapped by bus_space_map(). In this case,
  * the actual mapped (virtual) address are not cared by device drivers.
  */
 
diff -r a4b138d328de -r 516a652adcc6 sys/arch/arm/at91/at91sam9261reg.h
--- a/sys/arch/arm/at91/at91sam9261reg.h        Fri Sep 17 02:18:01 2021 +0000
+++ b/sys/arch/arm/at91/at91sam9261reg.h        Fri Sep 17 08:13:06 2021 +0000
@@ -1,5 +1,5 @@
-/*     $Id: at91sam9261reg.h,v 1.3 2009/10/23 06:53:13 snj Exp $       */
-/*     $NetBSD: at91sam9261reg.h,v 1.3 2009/10/23 06:53:13 snj Exp $   */
+/*     $Id: at91sam9261reg.h,v 1.4 2021/09/17 08:13:06 andvar Exp $    */
+/*     $NetBSD: at91sam9261reg.h,v 1.4 2021/09/17 08:13:06 andvar Exp $        */
 
 /*
  * Copyright (c) 2007 Embedtronics Oy
@@ -84,7 +84,7 @@
  *
  * Some device registers are statically mapped on upper address region.
  * because we have to access them before bus_space is initialized.
- * Most devices are dynamicaly mapped by bus_space_map(). In this case,
+ * Most devices are dynamically mapped by bus_space_map(). In this case,
  * the actual mapped (virtual) address are not cared by device drivers.
  */
 
diff -r a4b138d328de -r 516a652adcc6 sys/arch/arm/ep93xx/ep93xxreg.h
--- a/sys/arch/arm/ep93xx/ep93xxreg.h   Fri Sep 17 02:18:01 2021 +0000
+++ b/sys/arch/arm/ep93xx/ep93xxreg.h   Fri Sep 17 08:13:06 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ep93xxreg.h,v 1.7 2009/10/23 00:39:30 snj Exp $ */
+/*     $NetBSD: ep93xxreg.h,v 1.8 2021/09/17 08:13:06 andvar Exp $ */
 
 /*
  * Copyright (c) 2004 Jesse Off
@@ -96,9 +96,9 @@
 /*
  * Virtual memory map for the Cirrus Logic EP93XX integrated devices
  *
- * Some device registers are staticaly mapped on upper address region.
+ * Some device registers are statically mapped on upper address region.
  * because we have to access them before bus_space is initialized.
- * Most device is dynamicaly mapped by bus_space_map().  In this case,
+ * Most device is dynamically mapped by bus_space_map().  In this case,
  * the actual mapped (virtual) address are not cared by device drivers.
  */
 
diff -r a4b138d328de -r 516a652adcc6 sys/arch/arm/ixp12x0/ixp12x0reg.h
--- a/sys/arch/arm/ixp12x0/ixp12x0reg.h Fri Sep 17 02:18:01 2021 +0000
+++ b/sys/arch/arm/ixp12x0/ixp12x0reg.h Fri Sep 17 08:13:06 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ixp12x0reg.h,v 1.8 2021/08/02 12:56:22 andvar Exp $ */
+/*     $NetBSD: ixp12x0reg.h,v 1.9 2021/09/17 08:13:06 andvar Exp $ */
 
 /*
  * Copyright (c) 2002, 2003
@@ -83,9 +83,9 @@
  * To make user process space wider, we map the registers at lower address
  * to upper address using address translation of virtual memory system.
  *
- * Some device registers are staticaly mapped on upper address region.
+ * Some device registers are statically mapped on upper address region.
  * because we have to access them before bus_space is initialized.
- * Most device is dinamicaly mapped by bus_space_map().  In this case,
+ * Most device is dynamically mapped by bus_space_map().  In this case,
  * the actual mapped (virtual) address are not cared by device drivers.
  */
 
diff -r a4b138d328de -r 516a652adcc6 sys/arch/mips/cavium/dev/octeon_pko.c
--- a/sys/arch/mips/cavium/dev/octeon_pko.c     Fri Sep 17 02:18:01 2021 +0000
+++ b/sys/arch/mips/cavium/dev/octeon_pko.c     Fri Sep 17 08:13:06 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: octeon_pko.c,v 1.6 2021/01/04 17:22:59 thorpej Exp $   */
+/*     $NetBSD: octeon_pko.c,v 1.7 2021/09/17 08:13:06 andvar Exp $    */
 
 /*
  * Copyright (c) 2007 Internet Initiative Japan, Inc.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: octeon_pko.c,v 1.6 2021/01/04 17:22:59 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: octeon_pko.c,v 1.7 2021/09/17 08:13:06 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -107,7 +107,7 @@
        reg_read_idx = 0;
        SET(reg_read_idx, sc->sc_port & PKO_REG_READ_IDX_IDX);
 
-       /* XXX assume one queue maped one port */
+       /* XXX assume one queue mapped one port */
        /* Enable packet output by enabling all queues for this port */
        mem_queue_qos = 0;
        SET(mem_queue_qos, __SHIFTIN(sc->sc_port, PKO_MEM_QUEUE_QOS_PID));
@@ -136,7 +136,7 @@
 
        KASSERT(buf_ptr != 0);
 
-       /* assume one queue maped one port */
+       /* assume one queue mapped one port */
        mem_queue_ptrs = 0;
        SET(mem_queue_ptrs, PKO_MEM_QUEUE_PTRS_TAIL);
        SET(mem_queue_ptrs, __SHIFTIN(0, PKO_MEM_QUEUE_PTRS_IDX));
diff -r a4b138d328de -r 516a652adcc6 sys/dev/marvell/if_mvxpe.c
--- a/sys/dev/marvell/if_mvxpe.c        Fri Sep 17 02:18:01 2021 +0000
+++ b/sys/dev/marvell/if_mvxpe.c        Fri Sep 17 08:13:06 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_mvxpe.c,v 1.35 2021/08/13 21:04:44 andvar Exp $     */
+/*     $NetBSD: if_mvxpe.c,v 1.36 2021/09/17 08:13:06 andvar Exp $     */
 /*
  * Copyright (c) 2015 Internet Initiative Japan Inc.
  * All rights reserved.
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_mvxpe.c,v 1.35 2021/08/13 21:04:44 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_mvxpe.c,v 1.36 2021/09/17 08:13:06 andvar Exp $");
 
 #include "opt_multiprocessor.h"
 
@@ -875,7 +875,7 @@
        /* Tx MTU Limit */
        MVXPE_WRITE(sc, MVXPE_TXMTU, MVXPE_MTU);
 
-       /* Check SGMII or SERDES(asume IPL/U-BOOT initialize this) */
+       /* Check SGMII or SERDES(assume IPL/U-BOOT initialize this) */
        reg = MVXPE_READ(sc, MVXPE_PMACC0);
        if ((reg & MVXPE_PMACC0_PORTTYPE) != 0)
                serdes = 1;



Home | Main Index | Thread Index | Old Index