diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:14:49 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-25 17:13:53 +0300 |
commit | 673d8215415dc0c13e96b8d757102d942916d1b2 (patch) | |
tree | ce6ec6398c83f100750e826d9b4bee7d9e4f9353 /target/arm/cpu.h | |
parent | cced0d653973f6ad0d9e8bdbd365e12d0f2316f9 (diff) | |
download | qemu-673d8215415dc0c13e96b8d757102d942916d1b2.zip qemu-673d8215415dc0c13e96b8d757102d942916d1b2.tar.gz qemu-673d8215415dc0c13e96b8d757102d942916d1b2.tar.bz2 |
arm: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target/arm/cpu.h')
-rw-r--r-- | target/arm/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/cpu.h b/target/arm/cpu.h index 4d6c0f9..88e5acc 100644 --- a/target/arm/cpu.h +++ b/target/arm/cpu.h @@ -2592,7 +2592,7 @@ static inline bool arm_el_is_aa64(CPUARMState *env, int el) return aa64; } -/* Function for determing whether guest cp register reads and writes should +/* Function for determining whether guest cp register reads and writes should * access the secure or non-secure bank of a cp register. When EL3 is * operating in AArch32 state, the NS-bit determines whether the secure * instance of a cp register should be used. When EL3 is AArch64 (or if |