Module Name: src
Committed By: msaitoh
Date: Fri Dec 27 06:52:44 UTC 2019
Modified Files:
src/sys/arch/emips/ebus: dz_ebus.c
src/sys/arch/vax/uba: qvavar.h
src/sys/dev/dec: dzvar.h
src/sys/dev/pci: if_devar.h
Log Message:
s/recevive/receive/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/emips/ebus/dz_ebus.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/vax/uba/qvavar.h
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/dec/dzvar.h
cvs rdiff -u -r1.62 -r1.63 src/sys/dev/pci/if_devar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/emips/ebus/dz_ebus.c
diff -u src/sys/arch/emips/ebus/dz_ebus.c:1.9 src/sys/arch/emips/ebus/dz_ebus.c:1.10
--- src/sys/arch/emips/ebus/dz_ebus.c:1.9 Sun Mar 4 21:41:48 2018
+++ src/sys/arch/emips/ebus/dz_ebus.c Fri Dec 27 06:52:43 2019
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: dz_ebus.c,v
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;
Index: src/sys/arch/vax/uba/qvavar.h
diff -u src/sys/arch/vax/uba/qvavar.h:1.1 src/sys/arch/vax/uba/qvavar.h:1.2
--- src/sys/arch/vax/uba/qvavar.h:1.1 Sun Jul 5 03:07:21 2015
+++ src/sys/arch/vax/uba/qvavar.h Fri Dec 27 06:52:43 2019
@@ -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;
Index: src/sys/dev/dec/dzvar.h
diff -u src/sys/dev/dec/dzvar.h:1.11 src/sys/dev/dec/dzvar.h:1.12
--- src/sys/dev/dec/dzvar.h:1.11 Tue May 12 14:18:16 2009
+++ src/sys/dev/dec/dzvar.h Fri Dec 27 06:52:43 2019
@@ -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;
Index: src/sys/dev/pci/if_devar.h
diff -u src/sys/dev/pci/if_devar.h:1.62 src/sys/dev/pci/if_devar.h:1.63
--- src/sys/dev/pci/if_devar.h:1.62 Tue Feb 5 06:17:03 2019
+++ src/sys/dev/pci/if_devar.h Fri Dec 27 06:52:43 2019
@@ -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 ([email protected])
@@ -153,7 +153,7 @@ typedef struct {
*
* 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.