diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-06-16 11:01:01 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-06-16 11:01:01 +0000 |
commit | 711542ee8986482a12796ffdbc4a32912b267e44 (patch) | |
tree | ba4f65644091c31e9bcf939bb36b11771197756d /LUFA/Drivers/USB/HighLevel/ConfigDescriptor.h | |
parent | 13ea700b35aa8ee9f89cf1cb06d41109d065bfcf (diff) | |
download | lufa-711542ee8986482a12796ffdbc4a32912b267e44.tar.gz lufa-711542ee8986482a12796ffdbc4a32912b267e44.tar.bz2 lufa-711542ee8986482a12796ffdbc4a32912b267e44.zip |
Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as the new 1.7 Doxygen's default stylesheet is much better.
Diffstat (limited to 'LUFA/Drivers/USB/HighLevel/ConfigDescriptor.h')
-rw-r--r-- | LUFA/Drivers/USB/HighLevel/ConfigDescriptor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Drivers/USB/HighLevel/ConfigDescriptor.h b/LUFA/Drivers/USB/HighLevel/ConfigDescriptor.h index 91ed492fa..90e36a4cd 100644 --- a/LUFA/Drivers/USB/HighLevel/ConfigDescriptor.h +++ b/LUFA/Drivers/USB/HighLevel/ConfigDescriptor.h @@ -214,11 +214,11 @@ const uint8_t AfterType) ATTR_NON_NULL_PTR_ARG(1) ATTR_NON_NULL_PTR_ARG(2); - /** Searches for the next descriptor in the given configuration descriptor using a premade comparator + /** Searches for the next descriptor in the given configuration descriptor using a pre-made comparator * function. The routine updates the position and remaining configuration descriptor bytes values * automatically. If a comparator routine fails a search, the descriptor pointer is retreated back * so that the next descriptor search invocation will start from the descriptor which first caused the - * original search to fail. This behaviour allows for one comparator to be used immediately after another + * original search to fail. This behavior allows for one comparator to be used immediately after another * has failed, starting the second search from the descriptor which failed the first. * * Comparator functions should be standard functions which accept a pointer to the header of the current |