summaryrefslogtreecommitdiffstats
path: root/sys/dev/dpt
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2003-01-16 23:37:26 +0000
committergrog <grog@FreeBSD.org>2003-01-16 23:37:26 +0000
commit70bfe85cbb6f4cf07862fcf70728df1620ee80f5 (patch)
treec1f697bcafc0ca907a355ffb99529431096dd4cf /sys/dev/dpt
parent7842a3409fe21cf0715f74d0df9f31d5d983cb24 (diff)
downloadFreeBSD-src-70bfe85cbb6f4cf07862fcf70728df1620ee80f5.zip
FreeBSD-src-70bfe85cbb6f4cf07862fcf70728df1620ee80f5.tar.gz
Correct typo.
Submitted by: Alan Day <alan@alanday.com> MFC after: 2 weeks
Diffstat (limited to 'sys/dev/dpt')
-rw-r--r--sys/dev/dpt/dpt_scsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/dpt/dpt_scsi.c b/sys/dev/dpt/dpt_scsi.c
index 9f28432..f035a8c 100644
--- a/sys/dev/dpt/dpt_scsi.c
+++ b/sys/dev/dpt/dpt_scsi.c
@@ -1561,7 +1561,7 @@ dpt_intr(void *arg)
/* Ignore status packets with EOC not set */
if (dpt->sp->EOC == 0) {
- printf("dpt%d ERROR: Request %d recieved with "
+ printf("dpt%d ERROR: Request %d received with "
"clear EOC.\n Marking as LOST.\n",
dpt->unit, dccb->transaction_id);
OpenPOWER on IntegriCloud