summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-04-11 18:51:50 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-04-11 18:51:50 +0000
commit74adbddade04e8d7af2cf87d0980cd58b7eef169 (patch)
treeb7da75af642a62eabb05780cd591883966a8c8a4 /llvm/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h
parentfe917efc8b5e163aee4a0470196523bc0876cffd (diff)
downloadbcm5719-llvm-74adbddade04e8d7af2cf87d0980cd58b7eef169.tar.gz
bcm5719-llvm-74adbddade04e8d7af2cf87d0980cd58b7eef169.zip
Trivial comment fix.
llvm-svn: 129288
Diffstat (limited to 'llvm/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h')
-rw-r--r--llvm/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h b/llvm/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h
index f720e14d23a..41e2a6049d8 100644
--- a/llvm/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h
+++ b/llvm/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);
OpenPOWER on IntegriCloud