summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2012-09-17 02:50:16 +0000
committermjacob <mjacob@FreeBSD.org>2012-09-17 02:50:16 +0000
commit0a5ee7e646663c7ebe54ea1f6e0e6514e4b9b053 (patch)
tree64d9868197a506b9c06560e177d3cdd26458b736 /sys/dev/isp
parentf566f6b120cccff08d6ab5e8a9722f8c142d6319 (diff)
downloadFreeBSD-src-0a5ee7e646663c7ebe54ea1f6e0e6514e4b9b053.zip
FreeBSD-src-0a5ee7e646663c7ebe54ea1f6e0e6514e4b9b053.tar.gz
Minor correction.
MFC after: 1 day
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/isp_freebsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c
index 388a3b4..328244a 100644
--- a/sys/dev/isp/isp_freebsd.c
+++ b/sys/dev/isp/isp_freebsd.c
@@ -1735,7 +1735,7 @@ 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 data can fit in the ct7_entry.
+ * no data to transfer, and any sense data can 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.
OpenPOWER on IntegriCloud