From owner-svn-src-head@FreeBSD.ORG Thu Sep 20 10:07:31 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E28C7106566B; Thu, 20 Sep 2012 10:07:31 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B2FEC8FC18; Thu, 20 Sep 2012 10:07:31 +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 q8KA7Vpd094893; Thu, 20 Sep 2012 10:07:31 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8KA7VmI094889; Thu, 20 Sep 2012 10:07:31 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201209201007.q8KA7VmI094889@svn.freebsd.org> From: Kevin Lo Date: Thu, 20 Sep 2012 10:07:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r240743 - in head/sys/dev: atkbdc isci/scil usb/serial X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2012 10:07:32 -0000 Author: kevlo Date: Thu Sep 20 10:07:31 2012 New Revision: 240743 URL: http://svn.freebsd.org/changeset/base/240743 Log: Fix typo: s/protocl/protocol Modified: head/sys/dev/atkbdc/psm.c head/sys/dev/isci/scil/scic_sds_phy.c head/sys/dev/usb/serial/uftdi_reg.h Modified: head/sys/dev/atkbdc/psm.c ============================================================================== --- head/sys/dev/atkbdc/psm.c Thu Sep 20 10:05:10 2012 (r240742) +++ head/sys/dev/atkbdc/psm.c Thu Sep 20 10:07:31 2012 (r240743) @@ -2456,7 +2456,7 @@ proc_mmanplus(struct psm_softc *sc, pack { /* - * PS2++ protocl packet + * PS2++ protocol packet * * b7 b6 b5 b4 b3 b2 b1 b0 * byte 1: * 1 p3 p2 1 * * * @@ -3740,7 +3740,7 @@ enable_mmanplus(KBDC kbdc, struct psm_so return (FALSE); /* - * PS2++ protocl, packet type 0 + * PS2++ protocol, packet type 0 * * b7 b6 b5 b4 b3 b2 b1 b0 * byte 1: * 1 p3 p2 1 * * * Modified: head/sys/dev/isci/scil/scic_sds_phy.c ============================================================================== --- head/sys/dev/isci/scil/scic_sds_phy.c Thu Sep 20 10:05:10 2012 (r240742) +++ head/sys/dev/isci/scil/scic_sds_phy.c Thu Sep 20 10:07:31 2012 (r240743) @@ -2317,7 +2317,7 @@ void scic_sds_phy_stopped_state_enter( * entering the SCI_BASE_PHY_STATE_STARTING. * - This function sets the state handlers for the phy object base state * machine starting state. - * - The SCU hardware is requested to start OOB/SN on this protocl engine. + * - The SCU hardware is requested to start OOB/SN on this protocol engine. * - The phy starting substate machine is started. * - If the previous state was the ready state then the * SCIC_SDS_CONTROLLER is informed that the phy has gone link down. Modified: head/sys/dev/usb/serial/uftdi_reg.h ============================================================================== --- head/sys/dev/usb/serial/uftdi_reg.h Thu Sep 20 10:05:10 2012 (r240742) +++ head/sys/dev/usb/serial/uftdi_reg.h Thu Sep 20 10:07:31 2012 (r240743) @@ -176,7 +176,7 @@ enum { * BmRequestType: 0100 0000b * bRequest: FTDI_SIO_SET_FLOW_CTRL * wValue: Xoff/Xon - * wIndex: Protocol/Port - hIndex is protocl / lIndex is port + * wIndex: Protocol/Port - hIndex is protocol / lIndex is port * wLength: 0 * Data: None *