summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-05-23 19:21:30 +0000
committerandvar <andvar@NetBSD.org>2022-05-23 19:21:30 +0000
commit2eb0e5849d3290a61c7e83591cf3795752afedbd (patch)
tree79640e5494a4071d4236f783b58a6d43f9e10372 /sys/dev
parentdc43f848b16a9d8f377f2a6ef4df17be23b97a5d (diff)
s/beggining/beginning/ in comments.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/esiop.c6
-rw-r--r--sys/dev/ic/siop_common.c6
-rw-r--r--sys/dev/microcode/siop/esiop.ss4
3 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/ic/esiop.c b/sys/dev/ic/esiop.c
index f990fed0a2d..94a499cb7c5 100644
--- a/sys/dev/ic/esiop.c
+++ b/sys/dev/ic/esiop.c
@@ -1,4 +1,4 @@
-/* $NetBSD: esiop.c,v 1.60 2022/02/23 21:54:41 andvar Exp $ */
+/* $NetBSD: esiop.c,v 1.61 2022/05/23 19:21:30 andvar Exp $ */
/*
* Copyright (c) 2002 Manuel Bouyer.
@@ -28,7 +28,7 @@
/* SYM53c7/8xx PCI-SCSI I/O Processors driver */
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: esiop.c,v 1.60 2022/02/23 21:54:41 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: esiop.c,v 1.61 2022/05/23 19:21:30 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -209,7 +209,7 @@ esiop_reset(struct esiop_softc *sc)
siop_common_reset(&sc->sc_c);
/*
- * we copy the script at the beggining of RAM. Then there is 4 bytes
+ * we copy the script at the beginning of RAM. Then there is 4 bytes
* for messages in, and 4 bytes for semaphore
*/
sc->sc_free_offset = __arraycount(esiop_script);
diff --git a/sys/dev/ic/siop_common.c b/sys/dev/ic/siop_common.c
index 6a293e2b466..2ba30a7dc49 100644
--- a/sys/dev/ic/siop_common.c
+++ b/sys/dev/ic/siop_common.c
@@ -1,4 +1,4 @@
-/* $NetBSD: siop_common.c,v 1.56 2022/05/22 11:27:35 andvar Exp $ */
+/* $NetBSD: siop_common.c,v 1.57 2022/05/23 19:21:30 andvar Exp $ */
/*
* Copyright (c) 2000, 2002 Manuel Bouyer.
@@ -28,7 +28,7 @@
/* SYM53c7/8xx PCI-SCSI I/O Processors driver */
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: siop_common.c,v 1.56 2022/05/22 11:27:35 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: siop_common.c,v 1.57 2022/05/23 19:21:30 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -841,7 +841,7 @@ siop_sdp(struct siop_common_cmd *siop_cmd, int offset)
/*
* now we can remove entries which have been transferred.
- * We just move the entries with data left at the beggining of the
+ * We just move the entries with data left at the beginning of the
* tables
*/
memmove(&siop_cmd->siop_tables->data[0],
diff --git a/sys/dev/microcode/siop/esiop.ss b/sys/dev/microcode/siop/esiop.ss
index 4fb63e9c270..580b17e1208 100644
--- a/sys/dev/microcode/siop/esiop.ss
+++ b/sys/dev/microcode/siop/esiop.ss
@@ -1,4 +1,4 @@
-; $NetBSD: esiop.ss,v 1.21 2009/10/19 18:41:13 bouyer Exp $
+; $NetBSD: esiop.ss,v 1.22 2022/05/23 19:21:30 andvar Exp $
;
; Copyright (c) 2002 Manuel Bouyer.
@@ -288,7 +288,7 @@ ignore_cmd:
MOVE SCRATCHD3 + 0 to SCRATCHD3 WITH CARRY;
MOVE SCRATCHE0 TO SFBR;
JUMP REL(handle_cmd), IF NOT ncmd_slots_last;
-; reset pointers to beggining of area
+; reset pointers to beginning of area
cmdr0:
MOVE 0xff to SCRATCHD0; correct value will be patched by driver
cmdr1: