target-ppc: fix a typo
[qemu] / target-ppc / exec.h
index ea37330..8db2bfa 100644 (file)
@@ -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);