[Midnightbsd-cvs] src [8364] trunk/sys/dev: fix typos
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 18 14:56:59 EDT 2016
Revision: 8364
http://svnweb.midnightbsd.org/src/?rev=8364
Author: laffer1
Date: 2016-09-18 14:56:59 -0400 (Sun, 18 Sep 2016)
Log Message:
-----------
fix typos
Modified Paths:
--------------
trunk/sys/dev/atkbdc/psm.c
trunk/sys/dev/isci/scil/scic_sds_phy.c
Modified: trunk/sys/dev/atkbdc/psm.c
===================================================================
--- trunk/sys/dev/atkbdc/psm.c 2016-09-18 18:54:16 UTC (rev 8363)
+++ trunk/sys/dev/atkbdc/psm.c 2016-09-18 18:56:59 UTC (rev 8364)
@@ -2454,7 +2454,7 @@
{
/*
- * PS2++ protocl packet
+ * PS2++ protocol packet
*
* b7 b6 b5 b4 b3 b2 b1 b0
* byte 1: * 1 p3 p2 1 * * *
@@ -3738,7 +3738,7 @@
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: trunk/sys/dev/isci/scil/scic_sds_phy.c
===================================================================
--- trunk/sys/dev/isci/scil/scic_sds_phy.c 2016-09-18 18:54:16 UTC (rev 8363)
+++ trunk/sys/dev/isci/scil/scic_sds_phy.c 2016-09-18 18:56:59 UTC (rev 8364)
@@ -2317,7 +2317,7 @@
* 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.
More information about the Midnightbsd-cvs
mailing list