All comments in the library, bootloaders, demos and projects have now been spell...
[pub/USBasp.git] / Demos / Device / RNDISEthernet / UDP.c
index 3e1f939..1f571c3 100644 (file)
@@ -40,8 +40,8 @@
 /** Processes a UDP packet inside an Ethernet frame, and writes the appropriate response\r
  *  to the output Ethernet frame if a subprotocol handler has created a response packet.\r
  *\r
- *  \param IPHeaderInStart    Pointer to the start of the incomming packet's IP header\r
- *  \param UDPHeaderInStart   Pointer to the start of the incomming packet's UDP header\r
+ *  \param IPHeaderInStart    Pointer to the start of the incoming packet's IP header\r
+ *  \param UDPHeaderInStart   Pointer to the start of the incoming packet's UDP header\r
  *  \param UDPHeaderOutStart  Pointer to the start of the outgoing packet's UDP header\r
  *\r
  *  \return The number of bytes written to the out Ethernet frame if any, NO_RESPONSE otherwise\r