提交 867e2400 编写于 作者: T ths

Fix spelling typo, by Dan Kenigsberg.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3782 c046a42c-6fe2-441c-8c8c-71466251a162
上级 f1de1334
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册