From owner-svn-src-stable-9@FreeBSD.ORG Mon Sep 17 00:32:36 2012 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E3E8106566B; Mon, 17 Sep 2012 00:32:36 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 88B208FC19; Mon, 17 Sep 2012 00:32:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8H0Watf014179; Mon, 17 Sep 2012 00:32:36 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8H0Wa8f014177; Mon, 17 Sep 2012 00:32:36 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201209170032.q8H0Wa8f014177@svn.freebsd.org> From: Eitan Adler Date: Mon, 17 Sep 2012 00:32:36 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r240577 - stable/9/sys/dev/isci/scil X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2012 00:32:36 -0000 Author: eadler Date: Mon Sep 17 00:32:36 2012 New Revision: 240577 URL: http://svn.freebsd.org/changeset/base/240577 Log: MFC r240521: s/ is is / is /g s/ a a / a /g Approved by: cperciva (implicit) Modified: stable/9/sys/dev/isci/scil/scic_sds_remote_device.h Directory Properties: stable/9/sys/ (props changed) stable/9/sys/dev/ (props changed) Modified: stable/9/sys/dev/isci/scil/scic_sds_remote_device.h ============================================================================== --- stable/9/sys/dev/isci/scil/scic_sds_remote_device.h Mon Sep 17 00:32:35 2012 (r240576) +++ stable/9/sys/dev/isci/scil/scic_sds_remote_device.h Mon Sep 17 00:32:36 2012 (r240577) @@ -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,