svn commit: r271718 - head/sys/cam

Bryan Drewery bdrewery at FreeBSD.org
Wed Sep 17 18:59:26 UTC 2014


Author: bdrewery
Date: Wed Sep 17 18:59:25 2014
New Revision: 271718
URL: http://svnweb.freebsd.org/changeset/base/271718

Log:
  Correct a comment

Modified:
  head/sys/cam/cam_xpt.c

Modified: head/sys/cam/cam_xpt.c
==============================================================================
--- head/sys/cam/cam_xpt.c	Wed Sep 17 18:55:39 2014	(r271717)
+++ head/sys/cam/cam_xpt.c	Wed Sep 17 18:59:25 2014	(r271718)
@@ -3052,7 +3052,7 @@ xpt_polled_action(union ccb *start_ccb)
 }
 
 /*
- * Schedule a peripheral driver to receive a ccb when it's
+ * Schedule a peripheral driver to receive a ccb when its
  * target device has space for more transactions.
  */
 void


More information about the svn-src-all mailing list