From: aurel32 Date: Thu, 18 Dec 2008 22:43:07 +0000 (+0000) Subject: target-ppc: fix a typo X-Git-Tag: stefano.display-merge-end~353 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9326a95c81b80772ae5e042f62fa16eb0e150c3a;p=qemu-xen-4.4-testing.git target-ppc: fix a typo Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6088 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/target-ppc/exec.h b/target-ppc/exec.h index ea37330a0..8db2bfa2a 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 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);