diff options
Diffstat (limited to 'LUFA/Drivers/USB/Class/HID.h')
-rw-r--r-- | LUFA/Drivers/USB/Class/HID.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/Class/HID.h b/LUFA/Drivers/USB/Class/HID.h index f5f9575c7..6e331cb8f 100644 --- a/LUFA/Drivers/USB/Class/HID.h +++ b/LUFA/Drivers/USB/Class/HID.h @@ -42,7 +42,7 @@ * and Host USB modes. User applications can use this class driver instead of implementing the HID class manually
* via the low-level LUFA APIs.
*
- * This module is designed to simplify the user code by exposing only the required interface needed to interace with
+ * This module is designed to simplify the user code by exposing only the required interface needed to interface with
* Hosts or Devices using the USB HID Class.
*
* @{
|