summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2012-09-20 10:07:31 +0000
committerkevlo <kevlo@FreeBSD.org>2012-09-20 10:07:31 +0000
commit1c6026ef19a1ccc2332df91c05caf6ad7abd47b6 (patch)
tree28e35a9ad23f172c6f62e1375ca8de2a0520aa2e /sys/dev
parent450219f7cf09895b7f1385f99ff7e3b90e4bff48 (diff)
downloadFreeBSD-src-1c6026ef19a1ccc2332df91c05caf6ad7abd47b6.zip
FreeBSD-src-1c6026ef19a1ccc2332df91c05caf6ad7abd47b6.tar.gz
Fix typo: s/protocl/protocol
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/atkbdc/psm.c4
-rw-r--r--sys/dev/isci/scil/scic_sds_phy.c2
-rw-r--r--sys/dev/usb/serial/uftdi_reg.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/atkbdc/psm.c b/sys/dev/atkbdc/psm.c
index ceea686..fdc6984 100644
--- a/sys/dev/atkbdc/psm.c
+++ b/sys/dev/atkbdc/psm.c
@@ -2456,7 +2456,7 @@ proc_mmanplus(struct psm_softc *sc, packetbuf_t *pb, mousestatus_t *ms,
{
/*
- * 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_softc *sc)
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 * * *
diff --git a/sys/dev/isci/scil/scic_sds_phy.c b/sys/dev/isci/scil/scic_sds_phy.c
index bc73821..ac2fcae 100644
--- a/sys/dev/isci/scil/scic_sds_phy.c
+++ b/sys/dev/isci/scil/scic_sds_phy.c
@@ -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.
diff --git a/sys/dev/usb/serial/uftdi_reg.h b/sys/dev/usb/serial/uftdi_reg.h
index 1fc0339..929e40a 100644
--- a/sys/dev/usb/serial/uftdi_reg.h
+++ b/sys/dev/usb/serial/uftdi_reg.h
@@ -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
*
OpenPOWER on IntegriCloud