All comments in the library, bootloaders, demos and projects have now been spell...
[pub/USBasp.git] / Demos / Device / GenericHID / GenericHID.c
index cacbdc5..2d98699 100644 (file)
@@ -268,7 +268,7 @@ TASK(USB_HID_Report)
                \r
                if (Endpoint_ReadWriteAllowed())\r
                {\r
-                       /* Create a tempoary buffer to hold the read in report from the host */\r
+                       /* Create a temporary buffer to hold the read in report from the host */\r
                        uint8_t GenericData[GENERIC_REPORT_SIZE];\r
                        \r
                        /* Read Generic Report Data */\r
@@ -285,7 +285,7 @@ TASK(USB_HID_Report)
                \r
                if (Endpoint_ReadWriteAllowed())\r
                {\r
-                       /* Create a tempoary buffer to hold the report to send to the host */\r
+                       /* Create a temporary buffer to hold the report to send to the host */\r
                        uint8_t GenericData[GENERIC_REPORT_SIZE];\r
                        \r
                        /* Create Generic Report Data */\r