diff mbox series

meson: Fix 'interpretor' typo

Message ID 20210521103423.2780345-1-philmd@redhat.com
State New
Headers show
Series meson: Fix 'interpretor' typo | expand

Commit Message

Philippe Mathieu-Daudé May 21, 2021, 10:34 a.m. UTC
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>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Laurent Vivier June 5, 2021, 7:03 p.m. UTC | #1
Le 21/05/2021 à 12:34, Philippe Mathieu-Daudé a écrit :
> 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>
> ---
>  meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meson.build b/meson.build
> index 1559e8d873a..230a0e4b558 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -247,7 +247,7 @@
>        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')
> 

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Philippe Mathieu-Daudé Nov. 6, 2021, 2:53 p.m. UTC | #2
ping...

https://lore.kernel.org/qemu-devel/20210521103423.2780345-1-philmd@redhat.com/

On Sat, Jun 5, 2021 at 9:03 PM Laurent Vivier <laurent@vivier.eu> wrote:
>
> Le 21/05/2021 à 12:34, Philippe Mathieu-Daudé a écrit :
> > 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>
> > ---
> >  meson.build | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meson.build b/meson.build
> > index 1559e8d873a..230a0e4b558 100644
> > --- a/meson.build
> > +++ b/meson.build
> > @@ -247,7 +247,7 @@
> >        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')
> >
>
> Reviewed-by: Laurent Vivier <laurent@vivier.eu>
>
Laurent Vivier Nov. 6, 2021, 4:33 p.m. UTC | #3
Le 06/11/2021 à 15:53, Philippe Mathieu-Daudé a écrit :
> ping...
> 
> https://lore.kernel.org/qemu-devel/20210521103423.2780345-1-philmd@redhat.com/
> 
> On Sat, Jun 5, 2021 at 9:03 PM Laurent Vivier <laurent@vivier.eu> wrote:
>>
>> Le 21/05/2021 à 12:34, Philippe Mathieu-Daudé a écrit :
>>> 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>
>>> ---
>>>   meson.build | 2 +-
>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/meson.build b/meson.build
>>> index 1559e8d873a..230a0e4b558 100644
>>> --- a/meson.build
>>> +++ b/meson.build
>>> @@ -247,7 +247,7 @@
>>>         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')
>>>
>>
>> Reviewed-by: Laurent Vivier <laurent@vivier.eu>
>>
> 
> 

Applied to my trivial-patches branch.

Thanks,
Laurent
diff mbox series

Patch

diff --git a/meson.build b/meson.build
index 1559e8d873a..230a0e4b558 100644
--- a/meson.build
+++ b/meson.build
@@ -247,7 +247,7 @@ 
       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')