diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2023-11-14 19:09:41 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-11-15 11:59:54 +0300 |
commit | 51464c5612a0a389b1a9abb99b3a6a84f6ddc42f (patch) | |
tree | 1c5b7b3944aada4e5354d15819c3b271794fd295 /target/arm/tcg/hflags.c | |
parent | eb12e929051be4b916d724c1d29f1ead0b270901 (diff) |
target/arm/tcg: spelling fixes: alse, addreses
Fixes: 179e9a3baccc "target/arm: Define new TB flag for ATA0"
Fixes: 5d7b37b5f675 "target/arm: Implement the CPY* instructions"
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'target/arm/tcg/hflags.c')
-rw-r--r-- | target/arm/tcg/hflags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/tcg/hflags.c b/target/arm/tcg/hflags.c index 3d7fdce5c3..a6ebd7571a 100644 --- a/target/arm/tcg/hflags.c +++ b/target/arm/tcg/hflags.c @@ -327,7 +327,7 @@ static CPUARMTBFlags rebuild_hflags_a64(CPUARMState *env, int el, int fp_el, DP_TBFLAG_A64(flags, MTE0_ACTIVE, 1); } /* - * For unpriv tag-setting accesses we alse need ATA0. Again, in + * For unpriv tag-setting accesses we also need ATA0. Again, in * contexts where unpriv and normal insns are the same we * duplicate the ATA bit to save effort for translate-a64.c. */ |