Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Sep 2012 02:50:16 +0000 (UTC)
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r240590 - head/sys/dev/isp
Message-ID:  <201209170250.q8H2oGlb033206@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209170250.q8H2oGlb033206>