[llvm-commits] [llvm] r129288 - in /llvm/trunk/lib/Target/ARM/Disassembler: ARMDisassemblerCore.cpp ARMDisassemblerCore.h

Johnny Chen johnny.chen at apple.com
Mon Apr 11 11:51:50 PDT 2011


Author: johnny
Date: Mon Apr 11 13:51:50 2011
New Revision: 129288

URL: http://llvm.org/viewvc/llvm-project?rev=129288&view=rev
Log:
Trivial comment fix.

Modified:
    llvm/trunk/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp
    llvm/trunk/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h

Modified: llvm/trunk/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp?rev=129288&r1=129287&r2=129288&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp (original)
+++ llvm/trunk/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp Mon Apr 11 13:51:50 2011
@@ -3705,7 +3705,7 @@
 /// function was set as part of the setupBuilderForSymbolicDisassembly() call
 /// then that function is called to get any symbolic information at the
 /// builder's Address for this instrution.  If that returns non-zero then the
-/// symbolic information is returns is used to create an MCExpr and that is
+/// symbolic information it returns is used to create an MCExpr and that is
 /// added as an operand to the MCInst.  This function returns true if it adds
 /// an operand to the MCInst and false otherwise.
 bool ARMBasicMCBuilder::tryAddingSymbolicOperand(uint64_t Value,

Modified: llvm/trunk/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h?rev=129288&r1=129287&r2=129288&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h (original)
+++ llvm/trunk/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h Mon Apr 11 13:51:50 2011
@@ -299,7 +299,7 @@
   /// function was set as part of the setupBuilderForSymbolicDisassembly() call
   /// then that function is called to get any symbolic information at the
   /// builder's Address for this instrution.  If that returns non-zero then the
-  /// symbolic information is returns is used to create an MCExpr and that is
+  /// symbolic information it returns is used to create an MCExpr and that is
   /// added as an operand to the MCInst.  This function returns true if it adds
   /// an operand to the MCInst and false otherwise.
   bool tryAddingSymbolicOperand(uint64_t Value, uint64_t InstSize, MCInst &MI);





More information about the llvm-commits mailing list