aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2012-09-17 02:49:02 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2012-09-17 02:49:02 +0000
commit8b382bc2b5c40ae9904e9ddc8182d293692359fb (patch)
treeb3554690e91395c20036e4f0e4e2d5494349df20 /sys/dev/isp
parent0cd4fb9206c0d8ea97081bb282f27a7666edcd42 (diff)
Notes
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/isp_freebsd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c
index 9a24c4452514f..388a3b410a524 100644
--- a/sys/dev/isp/isp_freebsd.c
+++ b/sys/dev/isp/isp_freebsd.c
@@ -1735,10 +1735,10 @@ isp_target_start_ctio(ispsoftc_t *isp, union ccb *ccb, enum Start_Ctio_How how)
/*
* Mode 1, status, no data. Only possible when we are sending status, have
- * no data to transfer, and any sense length can fit in the ct7_entry.
+ * no data to transfer, and any sense data can fit in the ct7_entry.
*
- * Mode 2, status, no data. We have to use this in the case sense data
- * won't fit into a ct7_entry_t.
+ * Mode 2, status, no data. We have to use this in the case that
+ * the sense data won't fit into a ct7_entry_t.
*
*/
if (sendstatus && xfrlen == 0) {