summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-02-23 21:54:40 +0000
committerandvar <andvar@NetBSD.org>2022-02-23 21:54:40 +0000
commitf855a88741a8a0aa63efde8923bf1b5ae1e37cd1 (patch)
tree0c1f32b44eb134f6ead5aed4f0f0869f35d63e0b /sys/dev/ic
parent1ec76ff58a1253c38448794815a9cf8cd74a5875 (diff)
fix various typos in comments, mainly immediatly/immediately/,
as well shared and recently fixed typos in OpenBSD code by Jonathan Grey.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/aic7xxx_osm.c6
-rw-r--r--sys/dev/ic/esiop.c6
-rw-r--r--sys/dev/ic/siop.c6
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/dev/ic/aic7xxx_osm.c b/sys/dev/ic/aic7xxx_osm.c
index 2da309ad31f..51ea7cdf5e7 100644
--- a/sys/dev/ic/aic7xxx_osm.c
+++ b/sys/dev/ic/aic7xxx_osm.c
@@ -1,4 +1,4 @@
-/* $NetBSD: aic7xxx_osm.c,v 1.41 2021/08/07 16:19:12 thorpej Exp $ */
+/* $NetBSD: aic7xxx_osm.c,v 1.42 2022/02/23 21:54:41 andvar Exp $ */
/*
* Bus independent FreeBSD shim for the aic7xxx based adaptec SCSI controllers
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aic7xxx_osm.c,v 1.41 2021/08/07 16:19:12 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aic7xxx_osm.c,v 1.42 2022/02/23 21:54:41 andvar Exp $");
#include <dev/ic/aic7xxx_osm.h>
#include <dev/ic/aic7xxx_inline.h>
@@ -1038,7 +1038,7 @@ bus_reset:
ahc_timeout, scb);
ahc_unpause(ahc);
} else {
- /* Go "immediatly" to the bus reset */
+ /* Go "immediately" to the bus reset */
/* This shouldn't happen */
ahc_set_recoveryscb(ahc, scb);
ahc_print_path(ahc, scb);
diff --git a/sys/dev/ic/esiop.c b/sys/dev/ic/esiop.c
index 4c09d07d62c..f990fed0a2d 100644
--- a/sys/dev/ic/esiop.c
+++ b/sys/dev/ic/esiop.c
@@ -1,4 +1,4 @@
-/* $NetBSD: esiop.c,v 1.59 2021/08/07 16:19:12 thorpej Exp $ */
+/* $NetBSD: esiop.c,v 1.60 2022/02/23 21:54:41 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.59 2021/08/07 16:19:12 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: esiop.c,v 1.60 2022/02/23 21:54:41 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1398,7 +1398,7 @@ esiop_handle_qtag_reject(struct esiop_cmd *esiop_cmd)
/*
* handle a bus reset: reset chip, unqueue all active commands, free all
* target struct and report lossage to upper layer.
- * As the upper layer may requeue immediatly we have to first store
+ * As the upper layer may requeue immediately we have to first store
* all active commands in a temporary queue.
*/
void
diff --git a/sys/dev/ic/siop.c b/sys/dev/ic/siop.c
index da6eda7b812..332420ba5e5 100644
--- a/sys/dev/ic/siop.c
+++ b/sys/dev/ic/siop.c
@@ -1,4 +1,4 @@
-/* $NetBSD: siop.c,v 1.102 2021/08/07 16:19:12 thorpej Exp $ */
+/* $NetBSD: siop.c,v 1.103 2022/02/23 21:54:41 andvar Exp $ */
/*
* Copyright (c) 2000 Manuel Bouyer.
@@ -28,7 +28,7 @@
/* SYM53c7/8xx PCI-SCSI I/O Processors driver */
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: siop.c,v 1.102 2021/08/07 16:19:12 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: siop.c,v 1.103 2022/02/23 21:54:41 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1160,7 +1160,7 @@ siop_handle_qtag_reject(struct siop_cmd *siop_cmd)
/*
* handle a bus reset: reset chip, unqueue all active commands, free all
* target struct and report lossage to upper layer.
- * As the upper layer may requeue immediatly we have to first store
+ * As the upper layer may requeue immediately we have to first store
* all active commands in a temporary queue.
*/
void