aboutsummaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2018-11-05 17:54:00 +0400
committerLaurent Vivier <laurent@vivier.eu>2018-12-11 18:28:46 +0100
commitdf68a7f3c8c677165ba875d15c228ab4d0225abd (patch)
tree43e947a7efc21f642c4be98d13cc54b5d550e3bf /target
parente4fbf5b2454e23d3b7050b54702cd451117252d8 (diff)
downloadqemu-df68a7f3c8c677165ba875d15c228ab4d0225abd.zip
qemu-df68a7f3c8c677165ba875d15c228ab4d0225abd.tar.gz
qemu-df68a7f3c8c677165ba875d15c228ab4d0225abd.tar.bz2
misc: fix spelling
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20181105135400.18366-1-marcandre.lureau@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'target')
-rw-r--r--target/i386/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/i386/cpu.c b/target/i386/cpu.c
index f81d35e..748eaf8 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;
}