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);