[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 06/21] ppc: correct typos
From: |
Manos Pitsidianakis |
Subject: |
[PATCH v1 06/21] ppc: correct typos |
Date: |
Tue, 20 Feb 2024 10:52:13 +0200 |
Correct typos automatically found with the `typos` tool
<https://crates.io/crates/typos>
Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
---
include/hw/ppc/ppc4xx.h | 2 +-
hw/ppc/ppc405.h | 2 +-
target/ppc/translate/vmx-impl.c.inc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/hw/ppc/ppc4xx.h b/include/hw/ppc/ppc4xx.h
index ea7740239b..c4ecb1652f 100644
--- a/include/hw/ppc/ppc4xx.h
+++ b/include/hw/ppc/ppc4xx.h
@@ -75,7 +75,7 @@ struct Ppc4xxMalState {
uint8_t rxcnum;
};
-/* Peripheral local bus arbitrer */
+/* Peripheral local bus arbiter */
#define TYPE_PPC4xx_PLB "ppc4xx-plb"
OBJECT_DECLARE_SIMPLE_TYPE(Ppc4xxPlbState, PPC4xx_PLB);
struct Ppc4xxPlbState {
diff --git a/hw/ppc/ppc405.h b/hw/ppc/ppc405.h
index 9a4312691e..a39f0caea1 100644
--- a/hw/ppc/ppc405.h
+++ b/hw/ppc/ppc405.h
@@ -41,7 +41,7 @@ struct Ppc405PobState {
uint32_t besr1;
};
-/* OPB arbitrer */
+/* OPB arbiter */
#define TYPE_PPC405_OPBA "ppc405-opba"
OBJECT_DECLARE_SIMPLE_TYPE(Ppc405OpbaState, PPC405_OPBA);
struct Ppc405OpbaState {
diff --git a/target/ppc/translate/vmx-impl.c.inc
b/target/ppc/translate/vmx-impl.c.inc
index 4b91c3489d..b56e615c24 100644
--- a/target/ppc/translate/vmx-impl.c.inc
+++ b/target/ppc/translate/vmx-impl.c.inc
@@ -1183,7 +1183,7 @@ static void glue(gen_, name)(DisasContext *ctx)
\
/*
* Support for Altivec instructions that use bit 31 (Rc) as an opcode
- * bit but also use bit 21 as an actual Rc bit. In general, thse pairs
+ * bit but also use bit 21 as an actual Rc bit. In general, these pairs
* come from different versions of the ISA, so we must also support a
* pair of flags for each instruction.
*/
--
γαῖα πυρί μιχθήτω
- Re: [PATCH v1 01/21] docs: correct typos, (continued)
- [PATCH v1 02/21] tests: correct typos, Manos Pitsidianakis, 2024/02/20
- [PATCH v1 04/21] accel/tcg: correct typos, Manos Pitsidianakis, 2024/02/20
- [PATCH v1 03/21] Xen headers: correct typos, Manos Pitsidianakis, 2024/02/20
- [PATCH v1 05/21] loongson3: correct typos, Manos Pitsidianakis, 2024/02/20
- [PATCH v1 06/21] ppc: correct typos,
Manos Pitsidianakis <=
- [PATCH v1 09/21] include/exec/plugin-gen.h: correct typos, Manos Pitsidianakis, 2024/02/20
- [PATCH v1 08/21] include/exec/memory.h: correct typos, Manos Pitsidianakis, 2024/02/20
- [PATCH v1 07/21] sh4: correct typos, Manos Pitsidianakis, 2024/02/20
- [PATCH v1 10/21] hw/arm/omap.h: correct typos, Manos Pitsidianakis, 2024/02/20