/** \file\r
*\r
* Ethernet frame packet handling routines. This protocol handles the processing of raw Ethernet\r
- * frames sent and received, deferring the processing of subpacket protocols to the appropriate\r
+ * frames sent and received, deferring the processing of sub-packet protocols to the appropriate\r
* protocol handlers, such as DHCP or ARP.\r
*/\r
\r
#include "Ethernet.h"\r
\r
-/* Global Variables: */\r
/** Ethernet Frame buffer structure, to hold the incoming Ethernet frame from the host. */\r
Ethernet_Frame_Info_t FrameIN;\r
\r