arm: translate: comment typo - s/middel/middle/
authorPeter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>
Mon, 6 Aug 2012 07:05:56 +0000 (17:05 +1000)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Fri, 10 Aug 2012 13:33:16 +0000 (14:33 +0100)
Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
target-arm/translate.c

index 29008a4..494c682 100644 (file)
@@ -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.