diff options
| author | Stefan Weil | 2011-04-28 17:20:36 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2011-05-08 11:02:18 +0200 |
| commit | 60b14d955dbdbe28d5203fd75e0b3c48ce83ce9c (patch) | |
| tree | b94304c52020748f86a877c526eb944062ad35b3 /target-ppc | |
| parent | Fix typos in comments (interupt -> interrupt) (diff) | |
| download | qemu-60b14d955dbdbe28d5203fd75e0b3c48ce83ce9c.tar.gz qemu-60b14d955dbdbe28d5203fd75e0b3c48ce83ce9c.tar.xz qemu-60b14d955dbdbe28d5203fd75e0b3c48ce83ce9c.zip | |
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>
Diffstat (limited to 'target-ppc')
| -rw-r--r-- | target-ppc/translate_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-ppc/translate_init.c b/target-ppc/translate_init.c index e2a83c5a38..ed291c36b2 100644 --- a/target-ppc/translate_init.c +++ b/target-ppc/translate_init.c @@ -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) |
