diff --git a/target-arm/translate.c b/target-arm/translate.c index 29008a4b3460a3458afb01033e52e8c56e147f29..494c6820c9896cdd37f56fbd8d560fecfeb61931 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.