Trivial comment fix.
authorJohnny Chen <johnny.chen@apple.com>
Mon, 11 Apr 2011 18:51:50 +0000 (18:51 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Mon, 11 Apr 2011 18:51:50 +0000 (18:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129288 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp
lib/Target/ARM/Disassembler/ARMDisassemblerCore.h

index 26d0e03787dc92ac821b4e5ead97d5f9ea6e3704..dc04227420ba4f83f4c7beed89431f76f6de8a49 100644 (file)
@@ -3705,7 +3705,7 @@ ARMBasicMCBuilder *llvm::CreateMCBuilder(unsigned Opcode, ARMFormat Format) {
 /// 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,
index f720e14d23abb627c7287e51b351d75520abde62..41e2a6049d881b1cbdf56a399455df6aac8c6ebc 100644 (file)
@@ -299,7 +299,7 @@ public:
   /// 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);