From b38e9a098feec77997cd84d68cc28b5f21efcd06 Mon Sep 17 00:00:00 2001 From: jmc Date: Thu, 18 Sep 2003 09:44:18 +0000 Subject: typo in error; from Brian Poole --- sys/dev/ic/isp_target.c | 4 ++-- 1 file 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: -- cgit v1.2.3-59-g8ed1b