From 1e990da3be9040acf1f25fed1c87bc85f2d94ff7 Mon Sep 17 00:00:00 2001 From: ths Date: Sun, 9 Dec 2007 02:43:19 +0000 Subject: [PATCH] Fix spelling typo, by Dan Kenigsberg. --- target-i386/helper2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-i386/helper2.c b/target-i386/helper2.c index 968d9dd56a..6d40c641fc 100644 --- a/target-i386/helper2.c +++ b/target-i386/helper2.c @@ -256,7 +256,7 @@ static int cpu_x86_find_by_name(x86_def_t *x86_cpu_def, const char *cpu_model) } x86_cpu_def->stepping = stepping; } else { - fprintf(stderr, "unregnized feature %s\n", featurestr); + fprintf(stderr, "unrecognized feature %s\n", featurestr); x86_cpu_def = 0; goto error; } -- 2.11.4.GIT