[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 05/24] tcg: spelling fixes
From: |
Michael Tokarev |
Subject: |
[PATCH 05/24] tcg: spelling fixes |
Date: |
Wed, 23 Aug 2023 08:51:36 +0300 |
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
tcg/aarch64/tcg-target.c.inc | 2 +-
tcg/arm/tcg-target.c.inc | 4 ++--
tcg/riscv/tcg-target.c.inc | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/tcg/aarch64/tcg-target.c.inc b/tcg/aarch64/tcg-target.c.inc
index 35ca80cd56..5471523f4c 100644
--- a/tcg/aarch64/tcg-target.c.inc
+++ b/tcg/aarch64/tcg-target.c.inc
@@ -3087,5 +3087,5 @@ static void tcg_target_qemu_prologue(TCGContext *s)
/*
* Note that XZR cannot be encoded in the address base register slot,
- * as that actaully encodes SP. Depending on the guest, we may need
+ * as that actually encodes SP. Depending on the guest, we may need
* to zero-extend the guest address via the address index register slot,
* therefore we need to load even a zero guest base into a register.
diff --git a/tcg/arm/tcg-target.c.inc b/tcg/arm/tcg-target.c.inc
index 83e286088f..3a14f52c51 100644
--- a/tcg/arm/tcg-target.c.inc
+++ b/tcg/arm/tcg-target.c.inc
@@ -1217,5 +1217,5 @@ static TCGCond tcg_out_cmp2(TCGContext *s, const TCGArg
*args,
case TCG_COND_GTU:
case TCG_COND_GEU:
- /* We perform a conditional comparision. If the high half is
+ /* We perform a conditional comparison. If the high half is
equal, then overwrite the flags with the comparison of the
low half. The resulting flags cover the whole. */
@@ -1251,5 +1251,5 @@ static TCGCond tcg_out_cmp2(TCGContext *s, const TCGArg
*args,
/*
* Note that TCGReg references Q-registers.
- * Q-regno = 2 * D-regno, so shift left by 1 whlie inserting.
+ * Q-regno = 2 * D-regno, so shift left by 1 while inserting.
*/
static uint32_t encode_vd(TCGReg rd)
diff --git a/tcg/riscv/tcg-target.c.inc b/tcg/riscv/tcg-target.c.inc
index eeaeb6b6e3..e9e5968823 100644
--- a/tcg/riscv/tcg-target.c.inc
+++ b/tcg/riscv/tcg-target.c.inc
@@ -70,5 +70,5 @@ static const char * const
tcg_target_reg_names[TCG_TARGET_NB_REGS] = {
static const int tcg_target_reg_alloc_order[] = {
/* Call saved registers */
- /* TCG_REG_S0 reservered for TCG_AREG0 */
+ /* TCG_REG_S0 reserved for TCG_AREG0 */
TCG_REG_S1,
TCG_REG_S2,
@@ -261,5 +261,5 @@ typedef enum {
OPC_ADD_UW = 0x0800003b,
- /* Zbb: Bit manipulation extension, basic bit manipulaton */
+ /* Zbb: Bit manipulation extension, basic bit manipulation */
OPC_ANDN = 0x40007033,
OPC_CLZ = 0x60001013,
--
2.39.2
- [PATCH trivial for-8.1 0/3] trivial-patches for 2023-08-07, Michael Tokarev, 2023/08/07
- [PATCH trivial for-8.1 1/3] hw/i2c: Fix bitbang_i2c_data trace event, Michael Tokarev, 2023/08/07
- [PATCH trivial for-8.1 3/3] Fixed incorrect LLONG alignment for openrisc and cris, Michael Tokarev, 2023/08/07
- [PATCH trivial for-8.1 2/3] stubs/colo.c: spelling, Michael Tokarev, 2023/08/07
- Re: [PATCH trivial for-8.1 0/3] trivial-patches for 2023-08-07, Richard Henderson, 2023/08/07
- [PATCH 02/24] bsd-user: spelling fixes, Michael Tokarev, 2023/08/23
- [PATCH 03/24] ui: spelling fixes, Michael Tokarev, 2023/08/23
- [PATCH 04/24] util: spelling fixes, Michael Tokarev, 2023/08/23
- [PATCH 05/24] tcg: spelling fixes,
Michael Tokarev <=
- [PATCH 06/24] docs: spelling fixes, Michael Tokarev, 2023/08/23
- [PATCH 07/24] i386: spelling fixes, Michael Tokarev, 2023/08/23
- [PATCH 08/24] mips: spelling fixes, Michael Tokarev, 2023/08/23
- [PATCH 09/24] ppc: spelling fixes, Michael Tokarev, 2023/08/23
- [PATCH 10/24] riscv: spelling fixes, Michael Tokarev, 2023/08/23
- [PATCH 11/24] hexagon: spelling fixes, Michael Tokarev, 2023/08/23
- [PATCH 12/24] hw/net: spelling fixes, Michael Tokarev, 2023/08/23
- [PATCH 13/24] hw/pci: spelling fixes, Michael Tokarev, 2023/08/23
- [PATCH 14/24] hw/tpm: spelling fixes, Michael Tokarev, 2023/08/23