aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/RNDISEthernet/Ethernet.h
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Device/RNDISEthernet/Ethernet.h')
-rw-r--r--Demos/Device/RNDISEthernet/Ethernet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/RNDISEthernet/Ethernet.h b/Demos/Device/RNDISEthernet/Ethernet.h
index 23fc325a5..b360f07ae 100644
--- a/Demos/Device/RNDISEthernet/Ethernet.h
+++ b/Demos/Device/RNDISEthernet/Ethernet.h
@@ -65,7 +65,7 @@
*/
#define MAC_COMPARE(MAC1, MAC2) (memcmp(MAC1, MAC2, sizeof(MAC_Address_t)) == 0)
- /** Maximum size of an incomming or outgoing Ethernet frame in bytes */
+ /** Maximum size of an incoming or outgoing Ethernet frame in bytes */
#define ETHERNET_FRAME_SIZE_MAX 1500
/** Minimum size of an Ethernet packet in bytes, to conform to the Ethernet V2 packet standard */