* OSes (i.e. no special drivers required). It accepts and sends up to 255 byte reports to\r
* and from a USB Host, and by default transmits the last sent report back to the host.\r
* \r
- * On startup the system will automatically enumerate and function as a vendor HID device.\r
+ * On start-up the system will automatically enumerate and function as a vendor HID device.\r
* When controlled by a custom HID class application, reports can be sent and received by\r
* both the standard data endpoint and control request methods defined in the HID specification.\r
*\r
* <td>INTERRUPT_DATA_ENDPOINT</td>\r
* <td>Makefile CDEFS</td>\r
* <td>When defined, this causes the demo to enable interrupts for the data endpoints,\r
- * which services incomming LED reports and outgoing key status reports to and from the host.\r
+ * which services incoming LED reports and outgoing key status reports to and from the host.\r
* If not defined, the data endpoints are serviced via polling using the task scheduler.</td>\r
* </tr>\r
* </table>\r
- */
\ No newline at end of file
+ */\r