diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-18 22:43:07 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-18 22:43:07 +0000 |
commit | 9326a95c81b80772ae5e042f62fa16eb0e150c3a (patch) | |
tree | e56567ad9792a3a53428c550b0137aa31b46ca8d /target-ppc | |
parent | 7a9b96cf2165357c4ddc58c37395431adc1f3050 (diff) |
target-ppc: fix a typo
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6088 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc')
-rw-r--r-- | target-ppc/exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-ppc/exec.h b/target-ppc/exec.h index ea37330a0e..8db2bfa2ab 100644 --- a/target-ppc/exec.h +++ b/target-ppc/exec.h @@ -27,7 +27,7 @@ #include "cpu.h" #include "exec-all.h" -/* Precise emulation is needed to correctly emulation exception flags */ +/* Precise emulation is needed to correctly emulate exception flags */ #define USE_PRECISE_EMULATION 1 register struct CPUPPCState *env asm(AREG0); |