Source-Changes-HG archive

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

[src/trunk]: src/sys s/recevive/receive/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/f7b05b9fdeb0
branches:  trunk
changeset: 847533:f7b05b9fdeb0
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Dec 27 06:52:43 2019 +0000

description:
s/recevive/receive/ in comment.

diffstat:

 sys/arch/emips/ebus/dz_ebus.c |  6 +++---
 sys/arch/vax/uba/qvavar.h     |  4 ++--
 sys/dev/dec/dzvar.h           |  4 ++--
 sys/dev/pci/if_devar.h        |  4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diffs (81 lines):

diff -r a67bd07b820a -r f7b05b9fdeb0 sys/arch/emips/ebus/dz_ebus.c
--- a/sys/arch/emips/ebus/dz_ebus.c     Fri Dec 27 05:59:53 2019 +0000
+++ b/sys/arch/emips/ebus/dz_ebus.c     Fri Dec 27 06:52:43 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dz_ebus.c,v 1.9 2018/03/04 21:41:48 mrg Exp $  */
+/*     $NetBSD: dz_ebus.c,v 1.10 2019/12/27 06:52:43 msaitoh Exp $     */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dz_ebus.c,v 1.9 2018/03/04 21:41:48 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dz_ebus.c,v 1.10 2019/12/27 06:52:43 msaitoh Exp $");
 
 #include "opt_ddb.h"
 
@@ -70,7 +70,7 @@
 
 struct dz_softc {
        device_t        sc_dev;         /* Autoconf blaha */
-       struct  evcnt   sc_rintrcnt;    /* recevive interrupt counts */
+       struct  evcnt   sc_rintrcnt;    /* receive interrupt counts */
        struct  evcnt   sc_tintrcnt;    /* transmit interrupt counts */
        struct  _Usart  *sc_dr;         /* reg pointers */
        bus_space_tag_t sc_iot;
diff -r a67bd07b820a -r f7b05b9fdeb0 sys/arch/vax/uba/qvavar.h
--- a/sys/arch/vax/uba/qvavar.h Fri Dec 27 05:59:53 2019 +0000
+++ b/sys/arch/vax/uba/qvavar.h Fri Dec 27 06:52:43 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: qvavar.h,v 1.1 2015/07/05 03:07:21 matt Exp $  */
+/*     $NetBSD: qvavar.h,v 1.2 2019/12/27 06:52:43 msaitoh Exp $       */
 
 /*-
  * Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -95,7 +95,7 @@
 
 struct qvaux_softc {
        device_t            sc_dev;       /* Autoconf blaha */
-       struct  evcnt       sc_rintrcnt;  /* recevive interrupt counts */
+       struct  evcnt       sc_rintrcnt;  /* receive interrupt counts */
        struct  evcnt       sc_tintrcnt;  /* transmit interrupt counts */
        struct  qvaux_regs  sc_qr;        /* reg pointers */
        bus_space_tag_t     sc_iot;
diff -r a67bd07b820a -r f7b05b9fdeb0 sys/dev/dec/dzvar.h
--- a/sys/dev/dec/dzvar.h       Fri Dec 27 05:59:53 2019 +0000
+++ b/sys/dev/dec/dzvar.h       Fri Dec 27 06:52:43 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dzvar.h,v 1.11 2009/05/12 14:18:16 cegger Exp $        */
+/*     $NetBSD: dzvar.h,v 1.12 2019/12/27 06:52:43 msaitoh Exp $       */
 /*
  * Copyright (c) 1992, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -83,7 +83,7 @@
 
 struct dz_softc {
        device_t        sc_dev;         /* Autoconf blaha */
-       struct  evcnt   sc_rintrcnt;    /* recevive interrupt counts */
+       struct  evcnt   sc_rintrcnt;    /* receive interrupt counts */
        struct  evcnt   sc_tintrcnt;    /* transmit interrupt counts */
        struct  dz_regs sc_dr;          /* reg pointers */
        bus_space_tag_t sc_iot;
diff -r a67bd07b820a -r f7b05b9fdeb0 sys/dev/pci/if_devar.h
--- a/sys/dev/pci/if_devar.h    Fri Dec 27 05:59:53 2019 +0000
+++ b/sys/dev/pci/if_devar.h    Fri Dec 27 06:52:43 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_devar.h,v 1.62 2019/02/05 06:17:03 msaitoh Exp $    */
+/*     $NetBSD: if_devar.h,v 1.63 2019/12/27 06:52:43 msaitoh Exp $    */
 
 /*-
  * Copyright (c) 1994-1997 Matt Thomas (matt%3am-software.com@localhost)
@@ -153,7 +153,7 @@
  *
  * The receive space MUST ALWAYS be a multiple of the page size.
  * And the number of receive descriptors multiplied by the size
- * of the receive buffers must equal the recevive space.  This
+ * of the receive buffers must equal the receive space.  This
  * is so that we can manipulate the page tables so that even if a
  * packet wraps around the end of the receive space, we can
  * treat it as virtually contiguous.



Home | Main Index | Thread Index | Old Index