diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-04-19 23:58:52 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-04-19 23:58:52 +0000 |
| commit | dc62e59776a887af1a5d39222bae57442626ec01 (patch) | |
| tree | a09ee1f048137cb2ec411d44ce6511c799d42f9c /llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp | |
| parent | 924699845aa00558edb940e9d53d38591dc09a43 (diff) | |
| download | llvm-dc62e59776a887af1a5d39222bae57442626ec01.zip llvm-dc62e59776a887af1a5d39222bae57442626ec01.tar.gz llvm-dc62e59776a887af1a5d39222bae57442626ec01.tar.bz2 | |
Fix typo in the comment.
llvm-svn: 129837
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 |
