From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJj2t-0005o7-D1 for qemu-devel@nongnu.org; Mon, 05 Nov 2018 12:52:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJj2q-0008UH-0n for qemu-devel@nongnu.org; Mon, 05 Nov 2018 12:52:15 -0500 References: <20181105135400.18366-1-marcandre.lureau@redhat.com> From: Laurent Vivier Message-ID: <2ba4d06d-9255-ffde-620b-e80d1331a5a2@vivier.eu> Date: Mon, 5 Nov 2018 18:52:04 +0100 MIME-Version: 1.0 In-Reply-To: <20181105135400.18366-1-marcandre.lureau@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] misc: fix spelling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org On 05/11/2018 14:54, Marc-André Lureau wrote: > Signed-off-by: Marc-André Lureau > --- > target/i386/cpu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/target/i386/cpu.c b/target/i386/cpu.c > index af7e9f09cc..4d2e2d9902 100644 > --- a/target/i386/cpu.c > +++ b/target/i386/cpu.c > @@ -4065,7 +4065,7 @@ arch_query_cpu_model_expansion(CpuModelExpansionType type, > x86_cpu_to_dict_full(xc, props); > break; > default: > - error_setg(&err, "Unsupportted expansion type"); > + error_setg(&err, "Unsupported expansion type"); > goto out; > } > > Reviewed-by: Laurent Vivier