svn commit: r273308 - stable/10/sys/cam

Alexander Motin mav at FreeBSD.org
Mon Oct 20 07:29:44 UTC 2014


Author: mav
Date: Mon Oct 20 07:29:43 2014
New Revision: 273308
URL: https://svnweb.freebsd.org/changeset/base/273308

Log:
  MFC r271718 (by bdrewery): Correct a comment

Modified:
  stable/10/sys/cam/cam_xpt.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/cam/cam_xpt.c
==============================================================================
--- stable/10/sys/cam/cam_xpt.c	Mon Oct 20 07:28:18 2014	(r273307)
+++ stable/10/sys/cam/cam_xpt.c	Mon Oct 20 07:29:43 2014	(r273308)
@@ -3056,7 +3056,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