Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Nov 2012 07:05:28 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
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
Message-ID:  <201211090705.qA975T4J017021@svn.freebsd.org>

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



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