diff options
| author | Dong Xu Wang | 2011-11-22 11:06:17 +0100 |
|---|---|---|
| committer | Stefan Hajnoczi | 2011-12-02 11:50:56 +0100 |
| commit | b4916d7b9d6b086d653db090d366ffe2f44c1323 (patch) | |
| tree | 084f9746795dfa3cc85be58132841dae4e5e3af6 /linux-user/main.c | |
| parent | fix spelling in darwin-user sub directory (diff) | |
| download | qemu-b4916d7b9d6b086d653db090d366ffe2f44c1323.tar.gz qemu-b4916d7b9d6b086d653db090d366ffe2f44c1323.tar.xz qemu-b4916d7b9d6b086d653db090d366ffe2f44c1323.zip | |
fix spelling in linux-user sub directory
Cc: Riku Voipio <riku.voipio@iki.fi>
Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'linux-user/main.c')
| -rw-r--r-- | linux-user/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-user/main.c b/linux-user/main.c index d1bbc577e5..64d2208a08 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -1638,7 +1638,7 @@ void cpu_loop(CPUPPCState *env) queue_signal(env, info.si_signo, &info); break; case POWERPC_EXCP_PIT: /* Programmable interval timer IRQ */ - cpu_abort(env, "Programable interval timer interrupt " + cpu_abort(env, "Programmable interval timer interrupt " "while in user mode. Aborting\n"); break; case POWERPC_EXCP_IO: /* IO error exception */ @@ -2434,7 +2434,7 @@ void cpu_loop (CPUState *env) if (env->iflags & D_FLAG) { env->sregs[SR_ESR] |= 1 << 12; env->sregs[SR_PC] -= 4; - /* FIXME: if branch was immed, replay the imm aswell. */ + /* FIXME: if branch was immed, replay the imm as well. */ } env->iflags &= ~(IMM_FLAG | D_FLAG); |
