mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix typo in the comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129837 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
398a5ca9cd
commit
4aaf3465f7
@ -437,7 +437,7 @@ bool ThumbDisassembler::getInstruction(MCInst &MI,
|
||||
const MemoryObject &Region,
|
||||
uint64_t Address,
|
||||
raw_ostream &os) const {
|
||||
// The Thumb instruction stream is a sequence of halhwords.
|
||||
// The Thumb instruction stream is a sequence of halfwords.
|
||||
|
||||
// This represents the first halfword as well as the machine instruction
|
||||
// passed to decodeThumbInstruction(). For 16-bit Thumb instruction, the top
|
||||
|
Loading…
Reference in New Issue
Block a user