qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

target/arm: Fix some comment typos

Fix a couple of comment typos.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200303174950.3298-5-peter.maydell@linaro.org

+2 -2
+1 -1
target/arm/helper.c
··· 12490 12490 12491 12491 /* 12492 12492 * If we have triggered a EL state change we can't rely on the 12493 - * translator having passed it too us, we need to recompute. 12493 + * translator having passed it to us, we need to recompute. 12494 12494 */ 12495 12495 void HELPER(rebuild_hflags_a32_newel)(CPUARMState *env) 12496 12496 {
+1 -1
target/arm/translate.c
··· 7296 7296 7297 7297 if (!isread && !(ri->type & ARM_CP_SUPPRESS_TB_END)) { 7298 7298 /* 7299 - * A write to any coprocessor regiser that ends a TB 7299 + * A write to any coprocessor register that ends a TB 7300 7300 * must rebuild the hflags for the next TB. 7301 7301 */ 7302 7302 TCGv_i32 tcg_el = tcg_const_i32(s->current_el);