summaryrefslogtreecommitdiffstats
path: root/accel
diff options
context:
space:
mode:
authorEmilio G. Cota2017-10-19 00:01:42 +0200
committerMichael Tokarev2017-12-18 15:07:02 +0100
commit55bbc8610c310c689eb7bd889f1924a6c128e1cf (patch)
treee68a8bea0cfece925431fecaf3c9ea1e63df6c93 /accel
parentdisas/arm: fix 'instuction' typo in comment (diff)
downloadqemu-55bbc8610c310c689eb7bd889f1924a6c128e1cf.tar.gz
qemu-55bbc8610c310c689eb7bd889f1924a6c128e1cf.tar.xz
qemu-55bbc8610c310c689eb7bd889f1924a6c128e1cf.zip
translate-all: fix 'consisits' typo in comment
Signed-off-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'accel')
-rw-r--r--accel/tcg/translate-all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel/tcg/translate-all.c b/accel/tcg/translate-all.c
index e7f0329a52..02dfa361bb 100644
--- a/accel/tcg/translate-all.c
+++ b/accel/tcg/translate-all.c
@@ -257,7 +257,7 @@ static target_long decode_sleb128(uint8_t **pp)
/* Encode the data collected about the instructions while compiling TB.
Place the data at BLOCK, and return the number of bytes consumed.
- The logical table consisits of TARGET_INSN_START_WORDS target_ulong's,
+ The logical table consists of TARGET_INSN_START_WORDS target_ulong's,
which come from the target's insn_start data, followed by a uintptr_t
which comes from the host pc of the end of the code implementing the insn.