Commit 9326a95c81b80772ae5e042f62fa16eb0e150c3a

Authored by aurel32
1 parent 7a9b96cf

target-ppc: fix a typo

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6088 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
target-ppc/exec.h
... ... @@ -27,7 +27,7 @@
27 27 #include "cpu.h"
28 28 #include "exec-all.h"
29 29  
30   -/* Precise emulation is needed to correctly emulation exception flags */
  30 +/* Precise emulation is needed to correctly emulate exception flags */
31 31 #define USE_PRECISE_EMULATION 1
32 32  
33 33 register struct CPUPPCState *env asm(AREG0);
... ...