Spell check all source code variables, comments and strings.
[pub/USBasp.git] / Demos / Device / ClassDriver / RNDISEthernet / Lib / IP.c
index db09a26..351fb0e 100644 (file)
@@ -37,9 +37,9 @@
 #include "IP.h"\r
 \r
 /** Processes an IP packet inside an Ethernet frame, and writes the appropriate response\r
- *  to the output Ethernet frame if one is created by a subprotocol handler.\r
+ *  to the output Ethernet frame if one is created by a sub-protocol handler.\r
  *\r
- *  \param[in] FrameIN        Pointer to the incomming Ethernet frame information structure\r
+ *  \param[in] FrameIN        Pointer to the incoming Ethernet frame information structure\r
  *  \param[in] InDataStart    Pointer to the start of the incoming packet's IP header\r
  *  \param[out] OutDataStart  Pointer to the start of the outgoing packet's IP header\r
  *\r