Skip to content

Commit 2a2d51b

Browse files
committed
meson.build: fix comment typo
Signed-off-by: Marc-André Lureau <[email protected]> Reviewed-by: Peter Maydell <[email protected]>
1 parent 7f800d3 commit 2a2d51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ endif
7878

7979
accelerator_targets = { 'CONFIG_KVM': kvm_targets }
8080
if cpu in ['x86', 'x86_64', 'arm', 'aarch64']
81-
# i368 emulator provides xenpv machine type for multiple architectures
81+
# i386 emulator provides xenpv machine type for multiple architectures
8282
accelerator_targets += {
8383
'CONFIG_XEN': ['i386-softmmu', 'x86_64-softmmu'],
8484
}

0 commit comments

Comments
 (0)