summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2007-10-12 06:03:46 +0000
committerkevlo <kevlo@FreeBSD.org>2007-10-12 06:03:46 +0000
commit7a9f1e285b4917d1e77dd6272654278cedc141fd (patch)
tree5d1c0175e9c89b84168bf6dffe130b9dd7ffb477 /sys/dev/isp
parenta7a6cc62cbb4f888b36f438e41119d295a856e55 (diff)
downloadFreeBSD-src-7a9f1e285b4917d1e77dd6272654278cedc141fd.zip
FreeBSD-src-7a9f1e285b4917d1e77dd6272654278cedc141fd.tar.gz
Spelling fix for interupt -> interrupt
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 9ad79ab..531f64b 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.
OpenPOWER on IntegriCloud