diff options
author | 2003-09-18 09:44:18 +0000 | |
---|---|---|
committer | 2003-09-18 09:44:18 +0000 | |
commit | b38e9a098feec77997cd84d68cc28b5f21efcd06 (patch) | |
tree | 2cc12d41b333e6f6a244a350e758833a33d93397 | |
parent | - move `-d' to comparison options, rather then output options (diff) | |
download | wireguard-openbsd-b38e9a098feec77997cd84d68cc28b5f21efcd06.tar.xz wireguard-openbsd-b38e9a098feec77997cd84d68cc28b5f21efcd06.zip |
typo in error;
from Brian Poole
-rw-r--r-- | sys/dev/ic/isp_target.c | 4 |
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: |