diff options
Diffstat (limited to 'Demos/Device/GenericHID/GenericHID.c')
-rw-r--r-- | Demos/Device/GenericHID/GenericHID.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Device/GenericHID/GenericHID.c b/Demos/Device/GenericHID/GenericHID.c index cacbdc55c..2d9869982 100644 --- a/Demos/Device/GenericHID/GenericHID.c +++ b/Demos/Device/GenericHID/GenericHID.c @@ -268,7 +268,7 @@ TASK(USB_HID_Report) if (Endpoint_ReadWriteAllowed())
{
- /* Create a tempoary buffer to hold the read in report from the host */
+ /* Create a temporary buffer to hold the read in report from the host */
uint8_t GenericData[GENERIC_REPORT_SIZE];
/* Read Generic Report Data */
@@ -285,7 +285,7 @@ TASK(USB_HID_Report) if (Endpoint_ReadWriteAllowed())
{
- /* Create a tempoary buffer to hold the report to send to the host */
+ /* Create a temporary buffer to hold the report to send to the host */
uint8_t GenericData[GENERIC_REPORT_SIZE];
/* Create Generic Report Data */
|