Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2014 18:59:25 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r271718 - head/sys/cam
Message-ID:  <201409171859.s8HIxPTJ011961@svn.freebsd.org>

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



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