summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-16 10:44:22 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-16 10:44:22 +0000
commitf9664682a78d09e519b4c16953e29be060fb0b54 (patch)
tree1ab2e3890a720622b74966ffafea062dc15b01fd
parent2c9fade2001e6d0c66bfd4b2806f36a652a50000 (diff)
downloadqemu-f9664682a78d09e519b4c16953e29be060fb0b54.tar.gz
target-ppc: fix a typo introduced in revision 6058
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6068 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r--target-ppc/exec.h2
1 files changed, 1 insertions, 1 deletions
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);