diff options
| author | malc | 2010-03-11 16:28:38 +0100 |
|---|---|---|
| committer | malc | 2010-03-11 16:28:44 +0100 |
| commit | ad483a514e3adffd4820b84a3cd7d58c1dd759b3 (patch) | |
| tree | 3f08ee81785e4bdc3ec38ac4a6b373df2e8cdcda /audio | |
| parent | QMP: Really move the RESET event to qemu_system_reset() (diff) | |
| download | qemu-ad483a514e3adffd4820b84a3cd7d58c1dd759b3.tar.gz qemu-ad483a514e3adffd4820b84a3cd7d58c1dd759b3.tar.xz qemu-ad483a514e3adffd4820b84a3cd7d58c1dd759b3.zip | |
audio: fix comment
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'audio')
| -rw-r--r-- | audio/mixeng.c | 2 |
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 |
