From 6f7aeb5fe3c917f615df678a47945e912a30f356 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Mon, 17 Sep 2012 02:50:16 +0000 Subject: [PATCH] Minor correction. MFC after: 1 day --- sys/dev/isp/isp_freebsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index 388a3b410a52..328244a51c31 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.