*/\r
#define MAC_COMPARE(MAC1, MAC2) (memcmp(MAC1, MAC2, sizeof(MAC_Address_t)) == 0)\r
\r
- /** Maximum size of an incomming or outgoing Ethernet frame in bytes */\r
+ /** Maximum size of an incoming or outgoing Ethernet frame in bytes */\r
#define ETHERNET_FRAME_SIZE_MAX 1500\r
\r
/** Minimum size of an Ethernet packet in bytes, to conform to the Ethernet V2 packet standard */\r