aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/RNDISEthernet/ProtocolDecoders.c
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Device/RNDISEthernet/ProtocolDecoders.c')
-rw-r--r--Demos/Device/RNDISEthernet/ProtocolDecoders.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Device/RNDISEthernet/ProtocolDecoders.c b/Demos/Device/RNDISEthernet/ProtocolDecoders.c
index f0e6ebba8..db5da3c81 100644
--- a/Demos/Device/RNDISEthernet/ProtocolDecoders.c
+++ b/Demos/Device/RNDISEthernet/ProtocolDecoders.c
@@ -29,7 +29,7 @@
*/
/* Protocol decoders for Ethernet, TCP, IP, ICMP and ARP. Each of these routines
- accepts a header to the appropriate protocol and prints out pertient information
+ accepts a header to the appropriate protocol and prints out pertinent information
on the packet through the serial port.
To disable printing of a specific protocol, define the token NO_DECODE_{Protocol}
@@ -39,7 +39,7 @@
/** \file
*
* Protocol decoding routines, for the plain-text decoding of Ethernet frames for debugging purposes.
- * Enabled protocol decoders will print incomming Ethernet frame contents through the USART in a human
+ * Enabled protocol decoders will print incoming Ethernet frame contents through the USART in a human
* readable format.
*
* Note that the USART is a slow transmission medium, and will slow down packet processing considerably.