aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2021-11-15 12:00:27 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2022-03-22 14:39:06 +0400
commit3d76c3b6d81ff59638800c003637a3a750cf8b01 (patch)
tree656c8d2082a95d4b91ed17d46f72db0da5bec423
parent5324e3e958e87083c87e2965b6c87db24c6afa90 (diff)
vl: typo fix in a comment
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
-rw-r--r--softmmu/vl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/softmmu/vl.c b/softmmu/vl.c
index f7d7c9550d..7e4d55bc1d 100644
--- a/softmmu/vl.c
+++ b/softmmu/vl.c
@@ -1961,7 +1961,7 @@ static void qemu_create_early_backends(void)
object_option_foreach_add(object_create_early);
/* spice needs the timers to be initialized by this point */
- /* spice must initialize before audio as it changes the default auiodev */
+ /* spice must initialize before audio as it changes the default audiodev */
/* spice must initialize before chardevs (for spicevmc and spiceport) */
qemu_spice.init();