mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00: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
|
@ -38,7 +38,7 @@
|
|||
#endif
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Generic PowerPC 4xx processor instanciation */
|
||||
/* Generic PowerPC 4xx processor instantiation */
|
||||
CPUState *ppc4xx_init (const char *cpu_model,
|
||||
clk_setup_t *cpu_clk, clk_setup_t *tb_clk,
|
||||
uint32_t sysclk)
|
||||
|
|
|
@ -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…
Reference in a new issue