Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/marvell s/initialz/initializ/ in comment.
details: https://anonhg.NetBSD.org/src/rev/bfb4e9c18b57
branches: trunk
changeset: 1026670:bfb4e9c18b57
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Dec 05 03:04:41 2021 +0000
description:
s/initialz/initializ/ in comment.
diffstat:
sys/arch/ews4800mips/stand/common/lance.c | 4 ++--
sys/arch/luna68k/stand/boot/lance.c | 4 ++--
sys/arch/mvme68k/stand/netboot/if_lereg.h | 4 ++--
sys/arch/mvme68k/stand/sboot/if_lereg.h | 4 ++--
sys/dev/marvell/mvxpbm.c | 6 +++---
5 files changed, 11 insertions(+), 11 deletions(-)
diffs (99 lines):
diff -r ac9a663e1c76 -r bfb4e9c18b57 sys/arch/ews4800mips/stand/common/lance.c
--- a/sys/arch/ews4800mips/stand/common/lance.c Sun Dec 05 03:01:59 2021 +0000
+++ b/sys/arch/ews4800mips/stand/common/lance.c Sun Dec 05 03:04:41 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lance.c,v 1.7 2018/09/04 15:08:30 riastradh Exp $ */
+/* $NetBSD: lance.c,v 1.8 2021/12/05 03:04:41 msaitoh Exp $ */
/*-
* Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -283,7 +283,7 @@
lance_do_initialize(void)
{
- /* Initialze LANCE */
+ /* Initialize LANCE */
*LANCE_RAP = LE_CSR0;
*LANCE_RDP = LE_C0_INEA | LE_C0_INIT;
diff -r ac9a663e1c76 -r bfb4e9c18b57 sys/arch/luna68k/stand/boot/lance.c
--- a/sys/arch/luna68k/stand/boot/lance.c Sun Dec 05 03:01:59 2021 +0000
+++ b/sys/arch/luna68k/stand/boot/lance.c Sun Dec 05 03:04:41 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lance.c,v 1.4 2018/09/04 15:08:30 riastradh Exp $ */
+/* $NetBSD: lance.c,v 1.5 2021/12/05 03:04:41 msaitoh Exp $ */
/*
* Copyright (c) 2013 Izumi Tsutsui. All rights reserved.
@@ -298,7 +298,7 @@
sc->sc_curtmd = 0;
sc->sc_currmd = 0;
- /* Initialze LANCE */
+ /* Initialize LANCE */
lereg->ler_rap = LE_CSR0;
lereg->ler_rdp = LE_C0_INIT;
diff -r ac9a663e1c76 -r bfb4e9c18b57 sys/arch/mvme68k/stand/netboot/if_lereg.h
--- a/sys/arch/mvme68k/stand/netboot/if_lereg.h Sun Dec 05 03:01:59 2021 +0000
+++ b/sys/arch/mvme68k/stand/netboot/if_lereg.h Sun Dec 05 03:04:41 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_lereg.h,v 1.4 2005/12/11 12:18:19 christos Exp $ */
+/* $NetBSD: if_lereg.h,v 1.5 2021/12/05 03:04:41 msaitoh Exp $ */
/*-
* Copyright (c) 1982, 1992, 1993
@@ -114,7 +114,7 @@
volatile char ler2_rbuf[LERBUF][LEMTU];
volatile char ler2_tbuf[LETBUF][LEMTU];
};
-/* Initialzation block (mode) */
+/* Initialization block (mode) */
#define LE_MODE_PROM 0x8000 /* promiscuous mode */
/* 0x7f80 reserved, must be zero */
#define LE_MODE_INTL 0x0040 /* internal loopback */
diff -r ac9a663e1c76 -r bfb4e9c18b57 sys/arch/mvme68k/stand/sboot/if_lereg.h
--- a/sys/arch/mvme68k/stand/sboot/if_lereg.h Sun Dec 05 03:01:59 2021 +0000
+++ b/sys/arch/mvme68k/stand/sboot/if_lereg.h Sun Dec 05 03:04:41 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_lereg.h,v 1.4 2005/12/11 12:18:19 christos Exp $ */
+/* $NetBSD: if_lereg.h,v 1.5 2021/12/05 03:04:41 msaitoh Exp $ */
/*-
* Copyright (c) 1982, 1992, 1993
@@ -116,7 +116,7 @@
volatile char ler2_tbuf[LETBUF][LEMTU];
};
-/* Initialzation block (mode) */
+/* Initialization block (mode) */
#define LE_MODE_PROM 0x8000 /* promiscuous mode */
/* 0x7f80 reserved, must be zero */
#define LE_MODE_INTL 0x0040 /* internal loopback */
diff -r ac9a663e1c76 -r bfb4e9c18b57 sys/dev/marvell/mvxpbm.c
--- a/sys/dev/marvell/mvxpbm.c Sun Dec 05 03:01:59 2021 +0000
+++ b/sys/dev/marvell/mvxpbm.c Sun Dec 05 03:04:41 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mvxpbm.c,v 1.2 2018/05/07 09:41:10 maxv Exp $ */
+/* $NetBSD: mvxpbm.c,v 1.3 2021/12/05 03:04:41 msaitoh 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: mvxpbm.c,v 1.2 2018/05/07 09:41:10 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mvxpbm.c,v 1.3 2021/12/05 03:04:41 msaitoh Exp $");
#include "opt_multiprocessor.h"
@@ -277,7 +277,7 @@
ptr += sc->sc_slotsize) {
struct mvxpbm_chunk *chunk;
- /* initialzie chunk */
+ /* initialize chunk */
ptr_data = ptr + sc->sc_chunk_header_size;
chunk = (struct mvxpbm_chunk *)ptr;
chunk->m = NULL;
Home |
Main Index |
Thread Index |
Old Index