Commit 65626741 authored by Peter A. G. Crosthwaite's avatar Peter A. G. Crosthwaite Committed by Stefan Hajnoczi
Browse files

arm: translate: comment typo - s/middel/middle/

parent fb7c269e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.