Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci s/struture/structure/ s/structre/structure/
details: https://anonhg.NetBSD.org/src/rev/603288c758b0
branches: trunk
changeset: 1022903:603288c758b0
user: andvar <andvar%NetBSD.org@localhost>
date: Fri Aug 13 20:26:07 2021 +0000
description:
s/struture/structure/ s/structre/structure/
diffstat:
sys/arch/amd64/amd64/locore.S | 4 ++--
sys/arch/i386/i386/locore.S | 6 +++---
sys/dev/marvell/mvxpsec.c | 4 ++--
sys/dev/pci/if_bnx.c | 6 +++---
4 files changed, 10 insertions(+), 10 deletions(-)
diffs (90 lines):
diff -r 6ddb15ad80ce -r 603288c758b0 sys/arch/amd64/amd64/locore.S
--- a/sys/arch/amd64/amd64/locore.S Fri Aug 13 20:19:45 2021 +0000
+++ b/sys/arch/amd64/amd64/locore.S Fri Aug 13 20:26:07 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.210 2020/06/21 16:57:18 bouyer Exp $ */
+/* $NetBSD: locore.S,v 1.211 2021/08/13 20:26:07 andvar Exp $ */
/*
* Copyright-o-rama!
@@ -1050,7 +1050,7 @@
movl $RELOC(HYPERVISOR_shared_info_pa),%ebp
movl %ebx,(%ebp)
movl $0,4(%ebp)
- /* XXX assume hvm_start_info+dependant struture fits in a single page */
+ /* XXX assume hvm_start_info+dependant structure fits in a single page */
addl $PAGE_SIZE, %ebx
addl $PGOFSET,%ebx
andl $~PGOFSET,%ebx
diff -r 6ddb15ad80ce -r 603288c758b0 sys/arch/i386/i386/locore.S
--- a/sys/arch/i386/i386/locore.S Fri Aug 13 20:19:45 2021 +0000
+++ b/sys/arch/i386/i386/locore.S Fri Aug 13 20:26:07 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.185 2020/05/27 19:33:40 ad Exp $ */
+/* $NetBSD: locore.S,v 1.186 2021/08/13 20:26:07 andvar Exp $ */
/*
* Copyright-o-rama!
@@ -128,7 +128,7 @@
*/
#include <machine/asm.h>
-__KERNEL_RCSID(0, "$NetBSD: locore.S,v 1.185 2020/05/27 19:33:40 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: locore.S,v 1.186 2021/08/13 20:26:07 andvar Exp $");
#include "opt_copy_symtab.h"
#include "opt_ddb.h"
@@ -1205,7 +1205,7 @@
andl $~PGOFSET,%ebx
movl $RELOC(HYPERVISOR_shared_info_pa),%ebp
movl %ebx,(%ebp)
- /* XXX assume hvm_start_info+dependant struture fits in a single page */
+ /* XXX assume hvm_start_info+dependant structure fits in a single page */
addl $PAGE_SIZE, %ebx
addl $PGOFSET,%ebx
andl $~PGOFSET,%ebx
diff -r 6ddb15ad80ce -r 603288c758b0 sys/dev/marvell/mvxpsec.c
--- a/sys/dev/marvell/mvxpsec.c Fri Aug 13 20:19:45 2021 +0000
+++ b/sys/dev/marvell/mvxpsec.c Fri Aug 13 20:26:07 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mvxpsec.c,v 1.7 2020/07/25 22:37:48 riastradh Exp $ */
+/* $NetBSD: mvxpsec.c,v 1.8 2021/08/13 20:26:07 andvar Exp $ */
/*
* Copyright (c) 2015 Internet Initiative Japan Inc.
* All rights reserved.
@@ -1487,7 +1487,7 @@
}
/*
- * allocate new session struture.
+ * allocate new session structure.
*/
STATIC struct mvxpsec_session *
mvxpsec_session_alloc(struct mvxpsec_softc *sc)
diff -r 6ddb15ad80ce -r 603288c758b0 sys/dev/pci/if_bnx.c
--- a/sys/dev/pci/if_bnx.c Fri Aug 13 20:19:45 2021 +0000
+++ b/sys/dev/pci/if_bnx.c Fri Aug 13 20:26:07 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_bnx.c,v 1.108 2021/02/14 14:05:03 jakllsch Exp $ */
+/* $NetBSD: if_bnx.c,v 1.109 2021/08/13 20:26:07 andvar Exp $ */
/* $OpenBSD: if_bnx.c,v 1.101 2013/03/28 17:21:44 brad Exp $ */
/*-
@@ -35,7 +35,7 @@
#if 0
__FBSDID("$FreeBSD: src/sys/dev/bce/if_bce.c,v 1.3 2006/04/13 14:12:26 ru Exp $");
#endif
-__KERNEL_RCSID(0, "$NetBSD: if_bnx.c,v 1.108 2021/02/14 14:05:03 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bnx.c,v 1.109 2021/08/13 20:26:07 andvar Exp $");
/*
* The following controllers are supported by this driver:
@@ -2304,7 +2304,7 @@
/****************************************************************************/
/* Free any DMA memory owned by the driver. */
/* */
-/* Scans through each data structre that requires DMA memory and frees */
+/* Scans through each data structure that requires DMA memory and frees */
/* the memory if allocated. */
/* */
/* Returns: */
Home |
Main Index |
Thread Index |
Old Index