summaryrefslogtreecommitdiff
path: root/target-ppc/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-ppc/exec.h')
-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);