Skip to content

Commit

Permalink
translate-all: fix 'consisits' typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Emilio G. Cota <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
  • Loading branch information
cota authored and Michael Tokarev committed Dec 18, 2017
1 parent 5f2d910 commit 55bbc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accel/tcg/translate-all.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 55bbc86

Please sign in to comment.