From 7a9f1e285b4917d1e77dd6272654278cedc141fd Mon Sep 17 00:00:00 2001 From: kevlo Date: Fri, 12 Oct 2007 06:03:46 +0000 Subject: Spelling fix for interupt -> interrupt --- sys/dev/isp/isp_target.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/isp') 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. -- cgit v1.1