summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2013-12-29 17:58:31 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2013-12-29 17:58:31 +0000
commita1937cbc625e7ba0f5aabd715413f17be7d33c49 (patch)
tree6c2cf0e29a12212612e98cbc4164b7ca6527f254 /llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
parentda96a81ee68a881cdaf4f757b8d5d31d4c149a0c (diff)
downloadbcm5719-llvm-a1937cbc625e7ba0f5aabd715413f17be7d33c49.tar.gz
bcm5719-llvm-a1937cbc625e7ba0f5aabd715413f17be7d33c49.zip
ARM: fix a few typos in comments
llvm-svn: 198171
Diffstat (limited to 'llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp')
-rw-r--r--llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
index a8bdef61b5b..d4122bcb4af 100644
--- a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
+++ b/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
@@ -5112,7 +5112,7 @@ bool ARMAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
SMLoc NameLoc,
SmallVectorImpl<MCParsedAsmOperand*> &Operands) {
// Apply mnemonic aliases before doing anything else, as the destination
- // mnemnonic may include suffices and we want to handle them normally.
+ // mnemonic may include suffices and we want to handle them normally.
// The generic tblgen'erated code does this later, at the start of
// MatchInstructionImpl(), but that's too late for aliases that include
// any sort of suffix.
OpenPOWER on IntegriCloud