From 9326a95c81b80772ae5e042f62fa16eb0e150c3a Mon Sep 17 00:00:00 2001 From: aurel32 Date: Thu, 18 Dec 2008 22:43:07 +0000 Subject: [PATCH] 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 --- target-ppc/exec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5