diff options
Diffstat (limited to 'llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp')
| -rw-r--r-- | llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp b/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp index 579e1a4..bdce2c4 100644 --- a/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp +++ b/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp @@ -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  | 
