diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2021-09-14 16:30:45 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2021-09-14 16:52:02 +0400 |
commit | 2a2d51bc07a58bb6418a07da151acebcc3c530c0 (patch) | |
tree | b0fbed286b4cfa2378e2d12a1a9c283239a95d10 /meson.build | |
parent | 7f800d34aa9cb5de1870f702bce66180fb899c44 (diff) |
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.build | 2 |
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'], } |