projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1de133
)
Fix spelling typo, by Dan Kenigsberg.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 9 Dec 2007 02:43:19 +0000
(
02:43
+0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 9 Dec 2007 02:43:19 +0000
(
02:43
+0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3782
c046a42c
-6fe2-441c-8c8c-
71466251a162
target-i386/helper2.c
patch
|
blob
|
history
diff --git
a/target-i386/helper2.c
b/target-i386/helper2.c
index 968d9dd56ae70b514feb2a19744778977e0d7abe..6d40c641fc0fee00cd7e0481be85519ca75c6d39 100644
(file)
--- 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, "unre
co
gnized feature %s\n", featurestr);
x86_cpu_def = 0;
goto error;
}