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 | 4aaf3465f71afa4e156eb15df12095ebde1b0f6f (patch) | |
tree | 1b1b5db77103e19ada2c7fd6dd7d5fe40698c373 /lib/Target/ARM/Disassembler/ARMDisassembler.cpp | |
parent | 398a5ca9cdf6256775904d957d6c40b63d45636c (diff) |
Fix typo in the comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129837 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/Disassembler/ARMDisassembler.cpp')
-rw-r--r-- | lib/Target/ARM/Disassembler/ARMDisassembler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/Disassembler/ARMDisassembler.cpp b/lib/Target/ARM/Disassembler/ARMDisassembler.cpp index 579e1a49b1..bdce2c4cf8 100644 --- a/lib/Target/ARM/Disassembler/ARMDisassembler.cpp +++ b/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 |