aboutsummaryrefslogtreecommitdiff
path: root/target/m68k
diff options
context:
space:
mode:
authorEmilio G. Cota <cota@braap.org>2018-03-05 17:13:30 -0500
committerMichael Tokarev <mjt@tls.msk.ru>2018-05-20 08:25:23 +0300
commit1d349821551c2da4dfefe36c6ac17319f33ebbd5 (patch)
treefc5557b4604e8bab2bbf178345a1867c024fc9bc /target/m68k
parent5bcf917ee37a5efbef99f091a96db54a5276becb (diff)
downloadqemu-1d349821551c2da4dfefe36c6ac17319f33ebbd5.zip
qemu-1d349821551c2da4dfefe36c6ac17319f33ebbd5.tar.gz
qemu-1d349821551c2da4dfefe36c6ac17319f33ebbd5.tar.bz2
tcg: fix s/compliment/complement/ typos
Signed-off-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'target/m68k')
-rw-r--r--target/m68k/translate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/m68k/translate.c b/target/m68k/translate.c
index 44a0ac4..8959e4d 100644
--- a/target/m68k/translate.c
+++ b/target/m68k/translate.c
@@ -4002,7 +4002,7 @@ DISAS_INSN(bfext_reg)
TCGv shift;
/* In general, we're going to rotate the field so that it's at the
- top of the word and then right-shift by the compliment of the
+ top of the word and then right-shift by the complement of the
width to extend the field. */
if (ext & 0x20) {
/* Variable width. */