summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2021-05-21 12:34:23 +0200
committerLaurent Vivier2021-11-09 10:11:27 +0100
commit1c282da3958ef52bd401ece181280cd7a203253d (patch)
treeb026114c59dbb26db3638d41d24026978e8e8d9d /meson.build
parent.mailmap: Fix more contributor entries (diff)
downloadqemu-1c282da3958ef52bd401ece181280cd7a203253d.tar.gz
qemu-1c282da3958ef52bd401ece181280cd7a203253d.tar.xz
qemu-1c282da3958ef52bd401ece181280cd7a203253d.zip
meson: Fix 'interpretor' typo
Fix a typo from commit fa2f7b0b9b7 ("meson: Warn when TCI is selected but TCG backend is available"). Reported-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20210521103423.2780345-1-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
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 6bfed294d0..9702fdce6d 100644
--- a/meson.build
+++ b/meson.build
@@ -340,7 +340,7 @@ if not get_option('tcg').disabled()
error('Unsupported CPU @0@, try --enable-tcg-interpreter'.format(cpu))
endif
elif get_option('tcg_interpreter')
- warning('Use of the TCG interpretor is not recommended on this host')
+ warning('Use of the TCG interpreter is not recommended on this host')
warning('architecture. There is a native TCG execution backend available')
warning('which provides substantially better performance and reliability.')
warning('It is strongly recommended to remove the --enable-tcg-interpreter')