diff --git a/target-ppc/exec.h b/target-ppc/exec.h index bfa8d8e3e2e9c112004583786ddff17c7df94804..ea37330a0e151afb1ac9ae12159d517a0ba70b3a 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);