aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authormalc <av1474@comtv.ru>2010-03-11 18:28:38 +0300
committermalc <av1474@comtv.ru>2010-03-11 18:28:44 +0300
commitad483a514e3adffd4820b84a3cd7d58c1dd759b3 (patch)
tree3f08ee81785e4bdc3ec38ac4a6b373df2e8cdcda /audio
parent81d9b784df3276cb6fa92376e587c67b2f09537b (diff)
audio: fix comment
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'audio')
-rw-r--r--audio/mixeng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mixeng.c b/audio/mixeng.c
index 8ce942e49b..9f1d93fcfc 100644
--- a/audio/mixeng.c
+++ b/audio/mixeng.c
@@ -123,7 +123,7 @@
#undef IN_T
#undef SHIFT
-/* Unsigned 16 bit */
+/* Unsigned 32 bit */
#define IN_T uint32_t
#define IN_MIN 0
#define IN_MAX UINT32_MAX