summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-08-13 20:26:07 +0000
committerandvar <andvar@NetBSD.org>2021-08-13 20:26:07 +0000
commitcdbb82ad34ee7ed09cf97a8c7fc244c8339fa0f0 (patch)
tree47145473368e3bb31c9770ccbd299e9f060c8d1a /sys
parent884d94acc5461803c98c6a6aaaef23c2522b9760 (diff)
s/struture/structure/ s/structre/structure/
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amd64/amd64/locore.S4
-rw-r--r--sys/arch/i386/i386/locore.S6
-rw-r--r--sys/dev/marvell/mvxpsec.c4
-rw-r--r--sys/dev/pci/if_bnx.c6
4 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/amd64/amd64/locore.S b/sys/arch/amd64/amd64/locore.S
index 9013f455946..ad190f0fdea 100644
--- a/sys/arch/amd64/amd64/locore.S
+++ b/sys/arch/amd64/amd64/locore.S
@@ -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 @@ ENTRY(start_xen32)
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 --git a/sys/arch/i386/i386/locore.S b/sys/arch/i386/i386/locore.S
index 13d7fd7fe29..fdc23934f61 100644
--- a/sys/arch/i386/i386/locore.S
+++ b/sys/arch/i386/i386/locore.S
@@ -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 @@ ENTRY(start_xenpvh)
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 --git a/sys/dev/marvell/mvxpsec.c b/sys/dev/marvell/mvxpsec.c
index 114c24d4368..650a371383e 100644
--- a/sys/dev/marvell/mvxpsec.c
+++ b/sys/dev/marvell/mvxpsec.c
@@ -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 @@ mvxpsec_packet_dtor(void *arg, void *obj)
}
/*
- * allocate new session struture.
+ * allocate new session structure.
*/
STATIC struct mvxpsec_session *
mvxpsec_session_alloc(struct mvxpsec_softc *sc)
diff --git a/sys/dev/pci/if_bnx.c b/sys/dev/pci/if_bnx.c
index 62c8f3e161d..43cbf86d193 100644
--- a/sys/dev/pci/if_bnx.c
+++ b/sys/dev/pci/if_bnx.c
@@ -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 @@ bnx_init_media(struct bnx_softc *sc)
/****************************************************************************/
/* 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: */