summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorMarc-André Lureau2021-09-14 14:30:45 +0200
committerMarc-André Lureau2021-09-14 14:52:02 +0200
commit2a2d51bc07a58bb6418a07da151acebcc3c530c0 (patch)
treeb0fbed286b4cfa2378e2d12a1a9c283239a95d10 /meson.build
parentdocs: add supported host CPU architectures section (diff)
downloadqemu-2a2d51bc07a58bb6418a07da151acebcc3c530c0.tar.gz
qemu-2a2d51bc07a58bb6418a07da151acebcc3c530c0.tar.xz
qemu-2a2d51bc07a58bb6418a07da151acebcc3c530c0.zip
meson.build: fix comment typo
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 7d7d14a4bc..2711cbb789 100644
--- a/meson.build
+++ b/meson.build
@@ -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'],
}