diff options
author | malc | 2012-06-15 18:58:54 +0200 |
---|---|---|
committer | malc | 2012-06-15 18:58:54 +0200 |
commit | eb2aeacf983a2a88a2b31e8fee067c38bd10abd3 (patch) | |
tree | 4b16438ec0a12619039a3466597ab39fe55aa902 | |
parent | Merge branch 'master' of git://git.qemu.org/qemu (diff) | |
download | qemu-eb2aeacf983a2a88a2b31e8fee067c38bd10abd3.tar.gz qemu-eb2aeacf983a2a88a2b31e8fee067c38bd10abd3.tar.xz qemu-eb2aeacf983a2a88a2b31e8fee067c38bd10abd3.zip |
audio/winwave: Fix typo
Signed-off-by: malc <av1474@comtv.ru>
-rw-r--r-- | audio/winwaveaudio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/winwaveaudio.c b/audio/winwaveaudio.c index 87e7493270..663abb9b50 100644 --- a/audio/winwaveaudio.c +++ b/audio/winwaveaudio.c @@ -72,7 +72,7 @@ static void winwave_log_mmresult (MMRESULT mr) break; case MMSYSERR_NOMEM: - str = "Unable to allocate or locl memory"; + str = "Unable to allocate or lock memory"; break; case WAVERR_SYNC: |