From: Peter A. G. Crosthwaite Date: Mon, 6 Aug 2012 07:05:56 +0000 (+1000) Subject: arm: translate: comment typo - s/middel/middle/ X-Git-Tag: v1.2.0-rc0~34^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=656267413c17db3344c443fcf2b954a456a6863e;p=thirdparty%2Fqemu.git arm: translate: comment typo - s/middel/middle/ Signed-off-by: Peter A. G. Crosthwaite Reviewed-by: Andreas Färber Reviewed-by: Peter Maydell Signed-off-by: Stefan Hajnoczi --- diff --git a/target-arm/translate.c b/target-arm/translate.c index 29008a4b346..494c6820c98 100644 --- a/target-arm/translate.c +++ b/target-arm/translate.c @@ -9892,7 +9892,7 @@ static inline void gen_intermediate_code_internal(CPUARMState *env, } else { /* While branches must always occur at the end of an IT block, there are a few other things that can cause us to terminate - the TB in the middel of an IT block: + the TB in the middle of an IT block: - Exception generating instructions (bkpt, swi, undefined). - Page boundaries. - Hardware watchpoints.