[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 13/24] Fix typos in comments (instanciation -> insta
From: |
Stefan Hajnoczi |
Subject: |
[Qemu-devel] [PATCH 13/24] Fix typos in comments (instanciation -> instantiation) |
Date: |
Sun, 8 May 2011 17:05:08 +0100 |
From: Stefan Weil <address@hidden>
Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
hw/ppc4xx_devs.c | 2 +-
target-ppc/translate_init.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/ppc4xx_devs.c b/hw/ppc4xx_devs.c
index 7f9ed17..68bdfaa 100644
--- a/hw/ppc4xx_devs.c
+++ b/hw/ppc4xx_devs.c
@@ -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)
diff --git a/target-ppc/translate_init.c b/target-ppc/translate_init.c
index e2a83c5..ed291c3 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)
--
1.7.4.4
- [Qemu-devel] [PATCH 09/24] Fix typo in comment (dieing -> dying), (continued)
- [Qemu-devel] [PATCH 09/24] Fix typo in comment (dieing -> dying), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 11/24] Fix typos in comments (existance -> existence), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 20/24] ac97: Remove unused local variables, Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 06/24] Fix typo in comment (auxilliary -> auxiliary), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 15/24] Fix typos in comments and code (occured -> occurred and related), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 17/24] Fix typo in comment (responsiblity -> responsibility), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 19/24] Fix typos in comment (threshhold -> threshold, mapp -> map), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 21/24] Fix spelling in comments (intruction -> instruction), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 12/24] Fix typos in comments (interupt -> interrupt), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 18/24] Fix typo in comment (truely -> truly), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 13/24] Fix typos in comments (instanciation -> instantiation),
Stefan Hajnoczi <=
- [Qemu-devel] [PATCH 16/24] Fix typo in comment (relevent -> relevant), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 02/24] Fix typos in comments (dependancy -> dependency), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 10/24] Fix typos in comments (imediately -> immediately), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 24/24] lsi53c895a: Rename 'sense' to 'status', Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 23/24] libcacard: add correct subdirectory dependencies, Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 22/24] linux-user: Replace deprecated function, Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 01/24] Fix typo in code and comments, Stefan Hajnoczi, 2011/05/08
- Re: [Qemu-devel] [PULL] Trivial patches for April 26 to May 8 2011, Paolo Bonzini, 2011/05/12
- Re: [Qemu-devel] [PULL] Trivial patches for April 26 to May 8 2011, Anthony Liguori, 2011/05/12