aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManos Pitsidianakis <manos.pitsidianakis@linaro.org>2024-02-20 10:52:13 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2024-02-20 22:21:25 +0300
commit2bd55fd394067133e256b3b0326a2ee7854b7f1c (patch)
treeeabd23d1e12ac936adb59628286a239a2cfb02a8
parenta1b93551649379553f3597f69f0370502a8872f5 (diff)
downloadqemu-2bd55fd394067133e256b3b0326a2ee7854b7f1c.zip
qemu-2bd55fd394067133e256b3b0326a2ee7854b7f1c.tar.gz
qemu-2bd55fd394067133e256b3b0326a2ee7854b7f1c.tar.bz2
ppc: correct typos
Correct typos automatically found with the `typos` tool <https://crates.io/crates/typos> Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> (mjt: remove 2 "arbitrer" hunks, suggested by BALATON) Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r--target/ppc/translate/vmx-impl.c.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/ppc/translate/vmx-impl.c.inc b/target/ppc/translate/vmx-impl.c.inc
index 4b91c34..b56e615 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.
*/