aboutsummaryrefslogtreecommitdiff
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 bfa8d8e3e2..ea37330a0e 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 need to correctly emulation exception flags */
+/* Precise emulation is needed to correctly emulation exception flags */
#define USE_PRECISE_EMULATION 1
register struct CPUPPCState *env asm(AREG0);