[llvm-commits] [llvm] r129837 - /llvm/trunk/lib/Target/ARM/Disassembler/ARMDisassembler.cpp

Johnny Chen johnny.chen at apple.com
Tue Apr 19 16:58:52 PDT 2011


Author: johnny
Date: Tue Apr 19 18:58:52 2011
New Revision: 129837

URL: http://llvm.org/viewvc/llvm-project?rev=129837&view=rev
Log:
Fix typo in the comment.

Modified:
    llvm/trunk/lib/Target/ARM/Disassembler/ARMDisassembler.cpp

Modified: llvm/trunk/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/Disassembler/ARMDisassembler.cpp?rev=129837&r1=129836&r2=129837&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/Disassembler/ARMDisassembler.cpp (original)
+++ llvm/trunk/lib/Target/ARM/Disassembler/ARMDisassembler.cpp Tue Apr 19 18:58:52 2011
@@ -437,7 +437,7 @@
                                        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





More information about the llvm-commits mailing list