X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ed031c1df2f5b053b9cd9f48c63e66a42b7c049e..526e398986583e2fb65c0a36a2fbf2ce153446e5:/Demos/Device/RNDISEthernet/Ethernet.h 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 */