summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-09-18 09:44:19 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-09-18 09:44:19 +0000
commit4f3a332ba39f0bf3213da80dcdb023e93f00b4a2 (patch)
tree525ea19cf46fbfe8282cda5eddcf51700a113a66 /sys
parent312fc0948bfff348234c25806b96d5d18876fc46 (diff)
typo in error;
from Brian Poole
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/isp_target.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/isp_target.c b/sys/dev/ic/isp_target.c
index 3e74051d5cf..346b1afb6f5 100644
--- a/sys/dev/ic/isp_target.c
+++ b/sys/dev/ic/isp_target.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: isp_target.c,v 1.11 2003/03/03 20:58:46 mjacob Exp $ */
+/* $OpenBSD: isp_target.c,v 1.12 2003/09/18 09:44:18 jmc Exp $ */
/*
* Machine and OS Independent Target Mode Code for the Qlogic SCSI/FC adapters.
*
@@ -1091,7 +1091,7 @@ isp_handle_ctio2(struct ispsoftc *isp, ct2_entry_t *ct)
/*
* CTIO rejected by the firmware - invalid data direction.
*/
- isp_prt(isp, ISP_LOGERR, "CTIO2 had wrong data directiond");
+ isp_prt(isp, ISP_LOGERR, "CTIO2 had wrong data direction");
break;
case CT_RSELTMO: