OSDN Git Service

meson.build: fix comment typo
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 14 Sep 2021 12:30:45 +0000 (16:30 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 14 Sep 2021 12:52:02 +0000 (16:52 +0400)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
meson.build

index 7d7d14a..2711cbb 100644 (file)
@@ -78,7 +78,7 @@ endif
 
 accelerator_targets = { 'CONFIG_KVM': kvm_targets }
 if cpu in ['x86', 'x86_64', 'arm', 'aarch64']
-  # i368 emulator provides xenpv machine type for multiple architectures
+  # i386 emulator provides xenpv machine type for multiple architectures
   accelerator_targets += {
     'CONFIG_XEN': ['i386-softmmu', 'x86_64-softmmu'],
   }