mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
Fix typos in comments (instanciation -> instantiation)
Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
ff2712ba89
commit
60b14d955d
2 changed files with 2 additions and 2 deletions
|
@ -9049,7 +9049,7 @@ static const ppc_def_t ppc_defs[] = {
|
|||
};
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Generic CPU instanciation routine */
|
||||
/* Generic CPU instantiation routine */
|
||||
static void init_ppc_proc (CPUPPCState *env, const ppc_def_t *def)
|
||||
{
|
||||
#if !defined(CONFIG_USER_ONLY)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue