From: malc Date: Thu, 11 Mar 2010 15:28:38 +0000 (+0300) Subject: audio: fix comment X-Git-Tag: v0.13.0-rc0~1135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad483a514e3adffd4820b84a3cd7d58c1dd759b3;p=thirdparty%2Fqemu.git audio: fix comment Signed-off-by: malc --- diff --git a/audio/mixeng.c b/audio/mixeng.c index 8ce942e49be..9f1d93fcfc3 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