From f18dfc3a318b6dae66f3439555f6d32900654425 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Mon, 11 Apr 2011 18:51:50 +0000 Subject: [PATCH] Trivial comment fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129288 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp | 2 +- lib/Target/ARM/Disassembler/ARMDisassemblerCore.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp b/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp index 26d0e03787d..dc04227420b 100644 --- a/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp +++ b/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp @@ -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, diff --git a/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h b/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h index f720e14d23a..41e2a6049d8 100644 --- a/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h +++ b/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h @@ -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); -- 2.11.0