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:
Stefan Weil 2011-04-28 17:20:36 +02:00 committed by Stefan Hajnoczi
parent ff2712ba89
commit 60b14d955d
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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)