aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Common/AudioClassCommon.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-10-27 18:16:07 +0100
committerDean Camera <dean@fourwalledcubicle.com>2013-10-27 18:16:07 +0100
commit3fc75f130b9031dec729c3708744a1529f41f325 (patch)
tree86fdb678453de5c2486bf0f8f7d6acbb0fb70c72 /LUFA/Drivers/USB/Class/Common/AudioClassCommon.h
parentcf41d16bc709c31d7ee8af0432256c8c8a3b4469 (diff)
downloadlufa-3fc75f130b9031dec729c3708744a1529f41f325.tar.gz
lufa-3fc75f130b9031dec729c3708744a1529f41f325.tar.bz2
lufa-3fc75f130b9031dec729c3708744a1529f41f325.zip
Minor documentation improvements.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Common/AudioClassCommon.h')
-rw-r--r--LUFA/Drivers/USB/Class/Common/AudioClassCommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/Class/Common/AudioClassCommon.h b/LUFA/Drivers/USB/Class/Common/AudioClassCommon.h
index 6e4087305..bd74dedb7 100644
--- a/LUFA/Drivers/USB/Class/Common/AudioClassCommon.h
+++ b/LUFA/Drivers/USB/Class/Common/AudioClassCommon.h
@@ -618,7 +618,7 @@
/** \brief 24-Bit Audio Frequency Structure.
*
- * Type define for a 24bit audio sample frequency structure. As GCC does not contain a built in 24-bit datatype,
+ * Type define for a 24-bit audio sample frequency structure. As GCC does not contain a built in 24-bit datatype,
* this this structure is used to build up the value instead. Fill this structure with the \ref AUDIO_SAMPLE_FREQ() macro.
*
* \note Regardless of CPU architecture, these values should be stored as little endian.