]> git.proxmox.com Git - mirror_qemu.git/blobdiff - audio/audio.c
qemu/: fix some comment spelling errors
[mirror_qemu.git] / audio / audio.c
index ce8c6dec5f47d4fd18967216212c1c546544cbc9..1a68cfaafb9fee282b9dd187ad2c249e3107f087 100644 (file)
@@ -1674,7 +1674,7 @@ static AudioState *audio_init(Audiodev *dev, const char *name)
         head = audio_handle_legacy_opts();
         /*
          * In case of legacy initialization, all Audiodevs in the list will have
-         * the same configuration (except the driver), so it does't matter which
+         * the same configuration (except the driver), so it doesn't matter which
          * one we chose.  We need an Audiodev to set up AudioState before we can
          * init a driver.  Also note that dev at this point is still in the
          * list.