From owner-svn-src-stable-9@FreeBSD.ORG Fri Nov 9 07:05:29 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 5797B557; Fri, 9 Nov 2012 07:05:29 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3BFD58FC19; Fri, 9 Nov 2012 07:05:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA975TE6017026; Fri, 9 Nov 2012 07:05:29 GMT (envelope-from hselasky@svn.freebsd.org) Received: (from hselasky@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA975T4J017021; Fri, 9 Nov 2012 07:05:29 GMT (envelope-from hselasky@svn.freebsd.org) Message-Id: <201211090705.qA975T4J017021@svn.freebsd.org> From: Hans Petter Selasky Date: Fri, 9 Nov 2012 07:05:28 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r242820 - in stable/9/sys/dev: atkbdc isci/scil usb/serial X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 09 Nov 2012 07:05:29 -0000 Author: hselasky Date: Fri Nov 9 07:05:28 2012 New Revision: 242820 URL: http://svnweb.freebsd.org/changeset/base/242820 Log: MFC r240743 and r234418: Fix some typos. Modified: stable/9/sys/dev/atkbdc/psm.c stable/9/sys/dev/isci/scil/scic_sds_phy.c stable/9/sys/dev/usb/serial/uftdi_reg.h stable/9/sys/dev/usb/serial/umodem.c Directory Properties: stable/9/sys/ (props changed) stable/9/sys/dev/ (props changed) Modified: stable/9/sys/dev/atkbdc/psm.c ============================================================================== --- stable/9/sys/dev/atkbdc/psm.c Fri Nov 9 06:58:23 2012 (r242819) +++ stable/9/sys/dev/atkbdc/psm.c Fri Nov 9 07:05:28 2012 (r242820) @@ -2454,7 +2454,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 * * * @@ -3738,7 +3738,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: stable/9/sys/dev/isci/scil/scic_sds_phy.c ============================================================================== --- stable/9/sys/dev/isci/scil/scic_sds_phy.c Fri Nov 9 06:58:23 2012 (r242819) +++ stable/9/sys/dev/isci/scil/scic_sds_phy.c Fri Nov 9 07:05:28 2012 (r242820) @@ -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: stable/9/sys/dev/usb/serial/uftdi_reg.h ============================================================================== --- stable/9/sys/dev/usb/serial/uftdi_reg.h Fri Nov 9 06:58:23 2012 (r242819) +++ stable/9/sys/dev/usb/serial/uftdi_reg.h Fri Nov 9 07:05:28 2012 (r242820) @@ -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 * Modified: stable/9/sys/dev/usb/serial/umodem.c ============================================================================== --- stable/9/sys/dev/usb/serial/umodem.c Fri Nov 9 06:58:23 2012 (r242819) +++ stable/9/sys/dev/usb/serial/umodem.c Fri Nov 9 07:05:28 2012 (r242820) @@ -139,7 +139,7 @@ static const STRUCT_USB_HOST_ID umodem_d }; /* - * As speeds for umodem deivces increase, these numbers will need to + * As speeds for umodem devices increase, these numbers will need to * be increased. They should be good for G3 speeds and below. * * TODO: The TTY buffers should be increased!