diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-09 13:15:28 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-09 13:15:28 +0000 |
commit | d6edfe35c8a9490407e4a5e34f8e5108c6a260a3 (patch) | |
tree | 50a869497c7eab5d031af4a74ab3192dac5c9d5b /Bootloaders/Incomplete | |
parent | c647c2763980b374da1c4314c752295d72228d4c (diff) | |
download | lufa-d6edfe35c8a9490407e4a5e34f8e5108c6a260a3.tar.gz lufa-d6edfe35c8a9490407e4a5e34f8e5108c6a260a3.tar.bz2 lufa-d6edfe35c8a9490407e4a5e34f8e5108c6a260a3.zip |
Spell check all source code variables, comments and strings.
Diffstat (limited to 'Bootloaders/Incomplete')
-rw-r--r-- | Bootloaders/Incomplete/MIDI/Descriptors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/Incomplete/MIDI/Descriptors.h b/Bootloaders/Incomplete/MIDI/Descriptors.h index 86da65725..93b6ac935 100644 --- a/Bootloaders/Incomplete/MIDI/Descriptors.h +++ b/Bootloaders/Incomplete/MIDI/Descriptors.h @@ -113,7 +113,7 @@ USB_Descriptor_Endpoint_t Endpoint; /**< Standard endpoint descriptor describing the audio endpoint */
uint8_t Refresh; /**< Always set to zero */
- uint8_t SyncEndpointNumber; /**< Endpoint address to send synchronisation information to, if needed (zero otherwise) */
+ uint8_t SyncEndpointNumber; /**< Endpoint address to send synchronization information to, if needed (zero otherwise) */
} USB_Audio_StreamEndpoint_Std_t;
/** Type define for an Audio class specific MIDI IN jack. This gives information to the host on a MIDI input, either
|