svn commit: r240590 - head/sys/dev/isp

Matt Jacob mjacob at FreeBSD.org
Mon Sep 17 02:50:17 UTC 2012


Author: mjacob
Date: Mon Sep 17 02:50:16 2012
New Revision: 240590
URL: http://svn.freebsd.org/changeset/base/240590

Log:
  Minor correction.
  
  MFC after:	1 day

Modified:
  head/sys/dev/isp/isp_freebsd.c

Modified: head/sys/dev/isp/isp_freebsd.c
==============================================================================
--- head/sys/dev/isp/isp_freebsd.c	Mon Sep 17 02:49:02 2012	(r240589)
+++ head/sys/dev/isp/isp_freebsd.c	Mon Sep 17 02:50:16 2012	(r240590)
@@ -1735,7 +1735,7 @@ isp_target_start_ctio(ispsoftc_t *isp, u
 
 			/*
 			 * 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.


More information about the svn-src-head mailing list