]> Git Repo - qemu.git/commitdiff
target-ppc: fix a typo
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 18 Dec 2008 22:43:07 +0000 (22:43 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 18 Dec 2008 22:43:07 +0000 (22:43 +0000)
Signed-off-by: Aurelien Jarno <[email protected]>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6088 c046a42c-6fe2-441c-8c8c-71466251a162

target-ppc/exec.h

index ea37330a0e151afb1ac9ae12159d517a0ba70b3a..8db2bfa2ab690f2525f8e77db1f184fb236ccaf9 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);
This page took 0.027115 seconds and 4 git commands to generate.