All comments in the library, bootloaders, demos and projects have now been spell...
[pub/lufa.git] / Demos / Device / CDC / CDC.c
index d4eecc8..5e153f6 100644 (file)
@@ -56,7 +56,7 @@ TASK_LIST
  *\r
  *  These values are set by the host via a class-specific request, however they are not required to be used accurately.\r
  *  It is possible to completely ignore these value or use other settings as the host is completely unaware of the physical\r
  *\r
  *  These values are set by the host via a class-specific request, however they are not required to be used accurately.\r
  *  It is possible to completely ignore these value or use other settings as the host is completely unaware of the physical\r
- *  serial link characteristics and instead sends and recieves data in endpoint streams.\r
+ *  serial link characteristics and instead sends and receives data in endpoint streams.\r
  */\r
 CDC_Line_Coding_t LineCoding = { BaudRateBPS: 9600,\r
                                  CharFormat:  OneStopBit,\r
  */\r
 CDC_Line_Coding_t LineCoding = { BaudRateBPS: 9600,\r
                                  CharFormat:  OneStopBit,\r
@@ -66,7 +66,7 @@ CDC_Line_Coding_t LineCoding = { BaudRateBPS: 9600,
 /** String to print through the virtual serial port when the joystick is pressed upwards. */\r
 char JoystickUpString[]      = "Joystick Up\r\n";\r
 \r
 /** String to print through the virtual serial port when the joystick is pressed upwards. */\r
 char JoystickUpString[]      = "Joystick Up\r\n";\r
 \r
-/** String to print through the virtual serial port when the joystick is pressed downwards. */\r
+/** String to print through the virtual serial port when the joystick is pressed downward. */\r
 char JoystickDownString[]    = "Joystick Down\r\n";\r
 \r
 /** String to print through the virtual serial port when the joystick is pressed left. */\r
 char JoystickDownString[]    = "Joystick Down\r\n";\r
 \r
 /** String to print through the virtual serial port when the joystick is pressed left. */\r