Commit 867e2400d6e0d4e09eb26355ada4073e93d71baa
1 parent
f1de1334
Fix spelling typo, by Dan Kenigsberg.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3782 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
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) |
256 | 256 | } |
257 | 257 | x86_cpu_def->stepping = stepping; |
258 | 258 | } else { |
259 | - fprintf(stderr, "unregnized feature %s\n", featurestr); | |
259 | + fprintf(stderr, "unrecognized feature %s\n", featurestr); | |
260 | 260 | x86_cpu_def = 0; |
261 | 261 | goto error; |
262 | 262 | } | ... | ... |