[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH trivial 08/21] target/arm/tcg: spelling fixes: alse, addreses
|
From: |
Michael Tokarev |
|
Subject: |
[PATCH trivial 08/21] target/arm/tcg: spelling fixes: alse, addreses |
|
Date: |
Tue, 14 Nov 2023 19:58:21 +0300 |
Fixes: 179e9a3baccc "target/arm: Define new TB flag for ATA0"
Fixes: 5d7b37b5f675 "target/arm: Implement the CPY* instructions"
Cc: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
target/arm/tcg/helper-a64.c | 2 +-
target/arm/tcg/hflags.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/arm/tcg/helper-a64.c b/target/arm/tcg/helper-a64.c
index ce4800b8d1..8ad84623d3 100644
--- a/target/arm/tcg/helper-a64.c
+++ b/target/arm/tcg/helper-a64.c
@@ -1414,7 +1414,7 @@ void HELPER(setge)(CPUARMState *env, uint32_t syndrome,
uint32_t mtedesc)
/*
* Perform part of a memory copy from the guest memory at fromaddr
* and extending for copysize bytes, to the guest memory at
- * toaddr. Both addreses are dirty.
+ * toaddr. Both addresses are dirty.
*
* Returns the number of bytes actually set, which might be less than
* copysize; the caller should loop until the whole copy has been done.
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.
*/
--
2.39.2
- [PATCH trivial 02/21] linux-user: spelling fixes: othe, necesary, (continued)
- [PATCH trivial 07/21] docs/system/arm/emulation.rst: spelling fix: Enhacements, Michael Tokarev, 2023/11/14
- [PATCH trivial 08/21] target/arm/tcg: spelling fixes: alse, addreses,
Michael Tokarev <=
- [PATCH trivial 04/21] gdbstub: spelling fix: respectivelly, Michael Tokarev, 2023/11/14
- [PATCH trivial 10/21] migration/rdma.c: spelling fix: asume, Michael Tokarev, 2023/11/14
- [PATCH trivial 09/21] target/hppa: spelling fixes: Indicies, Truely, Michael Tokarev, 2023/11/14
- [PATCH trivial 11/21] contrib/vhost-user-gpu/virgl.c: spelling fix: mesage, Michael Tokarev, 2023/11/14
- [PATCH trivial 12/21] hw/mem/memory-device.c: spelling fix: ontaining, Michael Tokarev, 2023/11/14