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
@ -38,7 +38,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/* Generic PowerPC 4xx processor instanciation */
|
/* Generic PowerPC 4xx processor instantiation */
|
||||||
CPUState *ppc4xx_init (const char *cpu_model,
|
CPUState *ppc4xx_init (const char *cpu_model,
|
||||||
clk_setup_t *cpu_clk, clk_setup_t *tb_clk,
|
clk_setup_t *cpu_clk, clk_setup_t *tb_clk,
|
||||||
uint32_t sysclk)
|
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)
|
static void init_ppc_proc (CPUPPCState *env, const ppc_def_t *def)
|
||||||
{
|
{
|
||||||
#if !defined(CONFIG_USER_ONLY)
|
#if !defined(CONFIG_USER_ONLY)
|
||||||
|
Loading…
Reference in New Issue
Block a user