svn commit: r240576 - stable/8/sys/dev/isci/scil

Eitan Adler eadler at FreeBSD.org
Mon Sep 17 00:32:36 UTC 2012


Author: eadler
Date: Mon Sep 17 00:32:35 2012
New Revision: 240576
URL: http://svn.freebsd.org/changeset/base/240576

Log:
  MFC r240521:
  
  	s/ is is / is /g
  	s/ a a / a /g
  
  Approved by:	cperciva (implicit)

Modified:
  stable/8/sys/dev/isci/scil/scic_sds_remote_device.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/cam/   (props changed)
  stable/8/sys/dev/   (props changed)
  stable/8/sys/dev/isci/   (props changed)
  stable/8/sys/dev/xen/   (props changed)
  stable/8/sys/libkern/   (props changed)
  stable/8/sys/net80211/   (props changed)

Modified: stable/8/sys/dev/isci/scil/scic_sds_remote_device.h
==============================================================================
--- stable/8/sys/dev/isci/scil/scic_sds_remote_device.h	Sun Sep 16 23:25:13 2012	(r240575)
+++ stable/8/sys/dev/isci/scil/scic_sds_remote_device.h	Mon Sep 17 00:32:35 2012	(r240576)
@@ -121,7 +121,7 @@ enum SCIC_SDS_STP_REMOTE_DEVICE_READY_SU
 {
    /**
     * This is the idle substate for the stp remote device.  When there are no
-    * active IO for the device it is is in this state.
+    * active IO for the device it is in this state.
     */
    SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATE_IDLE,
 


More information about the svn-src-all mailing list