diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-06-01 14:33:40 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-06-01 14:33:40 +0000 |
commit | f01a05415c03b0dd61297849ece2cfcce7f8d3e8 (patch) | |
tree | e46fd811bc29edaa3764a2d2a89e760621c8f794 /LUFA/Drivers/USB/Class/Common/HIDParser.h | |
parent | 6d2a08f1b77208de1f71dd4035d21f13e3f90462 (diff) | |
download | lufa-f01a05415c03b0dd61297849ece2cfcce7f8d3e8.tar.gz lufa-f01a05415c03b0dd61297849ece2cfcce7f8d3e8.tar.bz2 lufa-f01a05415c03b0dd61297849ece2cfcce7f8d3e8.zip |
Spell check library source code files.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Common/HIDParser.h')
-rw-r--r-- | LUFA/Drivers/USB/Class/Common/HIDParser.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/LUFA/Drivers/USB/Class/Common/HIDParser.h b/LUFA/Drivers/USB/Class/Common/HIDParser.h index c972665ac..e0df87e79 100644 --- a/LUFA/Drivers/USB/Class/Common/HIDParser.h +++ b/LUFA/Drivers/USB/Class/Common/HIDParser.h @@ -54,11 +54,11 @@ * of data exchanged between a HID device and a host, including both the physical encoding of each item * (such as a button, key press or joystick axis) in the sent and received data packets - known as "reports" - * as well as other information about each item such as the usages, data range, physical location and other - * characterstics. In this way a HID device can retain a high degree of flexibility in its capabilities, as it - * is not forced to comply with a given report layout or featureset. + * characteristics. In this way a HID device can retain a high degree of flexibility in its capabilities, as it + * is not forced to comply with a given report layout or feature-set. * * This module also contains routines for the processing of data in an actual HID report, using the parsed report - * descritor data as a guide for the encoding. + * descriptor data as a guide for the encoding. * * @{ */ |