summaryrefslogtreecommitdiff
path: root/sys/dev/ic/aic6360var.h
diff options
context:
space:
mode:
authorMarcus Glocker <mglocker@cvs.openbsd.org>2024-09-04 07:54:54 +0000
committerMarcus Glocker <mglocker@cvs.openbsd.org>2024-09-04 07:54:54 +0000
commitc08b0d64f93729a6088a731e9e41fda5bec371e1 (patch)
treee09749cad372b028eb5c075077d98bbae8a348bb /sys/dev/ic/aic6360var.h
parent92740d6c8077a1465c78e747b508ddbb0d12ab57 (diff)
Fix some spelling.
Input and ok jmc@, jsg@
Diffstat (limited to 'sys/dev/ic/aic6360var.h')
-rw-r--r--sys/dev/ic/aic6360var.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/aic6360var.h b/sys/dev/ic/aic6360var.h
index 3ee5ff8dd69..0ba60af7a3b 100644
--- a/sys/dev/ic/aic6360var.h
+++ b/sys/dev/ic/aic6360var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: aic6360var.h,v 1.10 2020/07/22 13:16:04 krw Exp $ */
+/* $OpenBSD: aic6360var.h,v 1.11 2024/09/04 07:54:52 mglocker Exp $ */
/* $NetBSD: aic6360.c,v 1.52 1996/12/10 21:27:51 thorpej Exp $ */
/*
@@ -68,7 +68,7 @@ struct aic_dma_seg {
/*
* ACB. Holds additional information for each SCSI command Comments: We
* need a separate scsi command block because we may need to overwrite it
- * with a request sense command. Basicly, we refrain from fiddling with
+ * with a request sense command. Basically, we refrain from fiddling with
* the scsi_xfer struct (except do the expected updating of return values).
* We'll generally update: xs->{flags,resid,error,sense,status} and
* occasionally xs->retries.