All comments in the library, bootloaders, demos and projects have now been spell...
[pub/lufa.git] / Demos / Device / RNDISEthernet / RNDISEthernet.c
index 3f9bb18..98863a1 100644 (file)
@@ -99,7 +99,7 @@ EVENT_HANDLER(USB_Connect)
 }\r
 \r
 /** Event handler for the USB_Disconnect event. This indicates that the device is no longer connected to a host via\r
- *  the status LEDs and stops all the relevent tasks.\r
+ *  the status LEDs and stops all the relevant tasks.\r
  */\r
 EVENT_HANDLER(USB_Disconnect)\r
 {\r
@@ -114,7 +114,7 @@ EVENT_HANDLER(USB_Disconnect)
 }\r
 \r
 /** Event handler for the USB_ConfigurationChanged event. This is fired when the host sets the current configuration\r
- *  of the USB device after enumeration, and configures the RNDIS device endpoints and starts the relevent tasks.\r
+ *  of the USB device after enumeration, and configures the RNDIS device endpoints and starts the relevant tasks.\r
  */\r
 EVENT_HANDLER(USB_ConfigurationChanged)\r
 {\r
@@ -238,7 +238,7 @@ void UpdateStatus(uint8_t CurrentStatus)
 }\r
 \r
 /** Task to manage the sending and receiving of encapsulated RNDIS data and notifications. This removes the RNDIS\r
- *  wrapper from recieved Ethernet frames and places them in the FrameIN global buffer, or adds the RNDIS wrapper\r
+ *  wrapper from received Ethernet frames and places them in the FrameIN global buffer, or adds the RNDIS wrapper\r
  *  to a frame in the FrameOUT global before sending the buffer contents to the host.\r
  */\r
 TASK(RNDIS_Task)\r