summaryrefslogtreecommitdiff
path: root/sys/dev/isp
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2007-10-12 06:03:46 +0000
committerKevin Lo <kevlo@FreeBSD.org>2007-10-12 06:03:46 +0000
commit976b010645ac346df4ca903f7d880be7a2216f46 (patch)
tree5d1c0175e9c89b84168bf6dffe130b9dd7ffb477 /sys/dev/isp
parent88d3b17273cbd6223e89e8f574ef43aef59be90d (diff)
Notes
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/isp_target.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isp/isp_target.c b/sys/dev/isp/isp_target.c
index 9ad79abc675f..531f64b778cc 100644
--- a/sys/dev/isp/isp_target.c
+++ b/sys/dev/isp/isp_target.c
@@ -1332,7 +1332,7 @@ isp_handle_ctio(ispsoftc_t *isp, ct_entry_t *ct)
* Bus Device Reset message received or the SCSI Bus has
* been Reset; the firmware has gone to Bus Free.
*
- * The firmware generates an async mailbox interupt to
+ * The firmware generates an async mailbox interrupt to
* notify us of this and returns outstanding CTIOs with this
* status. These CTIOs are handled in that same way as
* CT_ABORTED ones, so just fall through here.
@@ -1486,7 +1486,7 @@ isp_handle_ctio2(ispsoftc_t *isp, ct2_entry_t *ct)
/*
* Target Reset function received.
*
- * The firmware generates an async mailbox interupt to
+ * The firmware generates an async mailbox interrupt to
* notify us of this and returns outstanding CTIOs with this
* status. These CTIOs are handled in that same way as
* CT_ABORTED ones, so just fall through here.