diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-09 20:33:56 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-09 20:33:56 +0000 |
commit | 3808f5c36d0ee183e9825e645cc984f1c6047ef5 (patch) | |
tree | a7830d3c19aeb6a2461d701245458217e8829767 /LUFA/Platform/UC3/InterruptManagement.h | |
parent | 544027da185fbfb51461460c607f956ccee9e54b (diff) | |
download | lufa-3808f5c36d0ee183e9825e645cc984f1c6047ef5.tar.gz lufa-3808f5c36d0ee183e9825e645cc984f1c6047ef5.tar.bz2 lufa-3808f5c36d0ee183e9825e645cc984f1c6047ef5.zip |
Spell check source code, fix mistakes.
Diffstat (limited to 'LUFA/Platform/UC3/InterruptManagement.h')
-rw-r--r-- | LUFA/Platform/UC3/InterruptManagement.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Platform/UC3/InterruptManagement.h b/LUFA/Platform/UC3/InterruptManagement.h index 49bdaf8d5..7441a3011 100644 --- a/LUFA/Platform/UC3/InterruptManagement.h +++ b/LUFA/Platform/UC3/InterruptManagement.h @@ -93,7 +93,7 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Converts a given interrupt index into its assocated interrupt group. + /** Converts a given interrupt index into its associated interrupt group. * * \param[in] IRQIndex Index of the interrupt request to convert. * @@ -101,7 +101,7 @@ */ #define INTC_IRQ_GROUP(IRQIndex) (IRQIndex / 32) - /** Converts a given interrupt index into its assocated interrupt line. + /** Converts a given interrupt index into its associated interrupt line. * * \param[in] IRQIndex Index of the interrupt request to convert. * |