summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-18 22:43:07 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-18 22:43:07 +0000
commit9326a95c81b80772ae5e042f62fa16eb0e150c3a (patch)
treee56567ad9792a3a53428c550b0137aa31b46ca8d
parent7a9b96cf2165357c4ddc58c37395431adc1f3050 (diff)
downloadqemu-9326a95c81b80772ae5e042f62fa16eb0e150c3a.tar.gz
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
-rw-r--r--target-ppc/exec.h2
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);