From: aurel32 Date: Tue, 16 Dec 2008 10:44:22 +0000 (+0000) Subject: target-ppc: fix a typo introduced in revision 6058 X-Git-Tag: release_0_10_0~618 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9664682a78d09e519b4c16953e29be060fb0b54;p=thirdparty%2Fqemu.git target-ppc: fix a typo introduced in revision 6058 Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6068 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/target-ppc/exec.h b/target-ppc/exec.h index bfa8d8e3e2e..ea37330a0e1 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);