diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-12-09 02:43:19 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-12-09 02:43:19 +0000 |
commit | 867e2400d6e0d4e09eb26355ada4073e93d71baa (patch) | |
tree | e2254057081f294dc12283aa85c2075add97c052 | |
parent | Mainstone mmc support, by Armin Kuster. (diff) | |
download | qemu-kvm-867e2400d6e0d4e09eb26355ada4073e93d71baa.tar.gz qemu-kvm-867e2400d6e0d4e09eb26355ada4073e93d71baa.tar.bz2 qemu-kvm-867e2400d6e0d4e09eb26355ada4073e93d71baa.zip |
Fix spelling typo, by Dan Kenigsberg.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3782 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | target-i386/helper2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/helper2.c b/target-i386/helper2.c index 968d9dd56..6d40c641f 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; } |