diff options
author | Stefan Weil <sw@weilnetz.de> | 2016-03-23 15:59:57 +0100 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2016-05-18 15:04:27 +0300 |
commit | cb8d4c8f54b8271f642f02382eec29d468bb1c77 (patch) | |
tree | 93a1691d7a5d90ddbb77a3210299089fcede4947 /audio | |
parent | d506dc87b97659f08c65d3bb470b1b7bfd789759 (diff) | |
download | qemu-cb8d4c8f54b8271f642f02382eec29d468bb1c77.tar.gz qemu-cb8d4c8f54b8271f642f02382eec29d468bb1c77.tar.bz2 qemu-cb8d4c8f54b8271f642f02382eec29d468bb1c77.zip |
Fix some typos found by codespell
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mixeng.c | 2 | ||||
-rw-r--r-- | audio/ossaudio.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/mixeng.c b/audio/mixeng.c index 981b97a964..61ef8691a3 100644 --- a/audio/mixeng.c +++ b/audio/mixeng.c @@ -270,7 +270,7 @@ f_sample *mixeng_clip[2][2][2][3] = { * August 21, 1998 * Copyright 1998 Fabrice Bellard. * - * [Rewrote completly the code of Lance Norskog And Sundry + * [Rewrote completely the code of Lance Norskog And Sundry * Contributors with a more efficient algorithm.] * * This source code is freely redistributable and may be used for diff --git a/audio/ossaudio.c b/audio/ossaudio.c index 349e9dd53d..a0d9cda1ec 100644 --- a/audio/ossaudio.c +++ b/audio/ossaudio.c @@ -898,7 +898,7 @@ static struct audio_option oss_options[] = { .name = "EXCLUSIVE", .tag = AUD_OPT_BOOL, .valp = &glob_conf.exclusive, - .descr = "Open device in exclusive mode (vmix wont work)" + .descr = "Open device in exclusive mode (vmix won't work)" }, #ifdef USE_DSP_POLICY { |