mirror of https://github.com/xemu-project/xemu.git
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>
This commit is contained in:
parent
a1b9355164
commit
2bd55fd394
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue