OSDN Git Service

meson: Fix 'interpretor' typo
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 21 May 2021 10:34:23 +0000 (12:34 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 9 Nov 2021 09:11:27 +0000 (10:11 +0100)
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>
meson.build

index 6bfed29..9702fdc 100644 (file)
@@ -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')