svn commit: r242820 - in stable/9/sys/dev: atkbdc isci/scil usb/serial
Hans Petter Selasky
hselasky at FreeBSD.org
Fri Nov 9 07:05:29 UTC 2012
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!
More information about the svn-src-stable-9
mailing list