translate-all: fix 'consisits' typo in comment

Backports commit 55bbc8610c310c689eb7bd889f1924a6c128e1cf from qemu
This commit is contained in:
Emilio G. Cota 2018-03-05 14:11:11 -05:00 committed by Lioncash
parent b54cfecf1e
commit fdca966ec8
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -235,7 +235,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.