summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2015-01-16 20:16:06 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2015-01-16 20:16:06 +0000
commitc3f8ad3e83ed8b7373a51349510d5ff05a588180 (patch)
tree2e059222c02369e10a0e11c8bcdea477823285c6 /llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
parent66fd5c914a062a8740c8384ad17a734e7057cf23 (diff)
downloadbcm5719-llvm-c3f8ad3e83ed8b7373a51349510d5ff05a588180.tar.gz
bcm5719-llvm-c3f8ad3e83ed8b7373a51349510d5ff05a588180.zip
X86: fix comment typo in AsmParser
Fix a typo. NFC. llvm-svn: 226313
Diffstat (limited to 'llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp')
-rw-r--r--llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp b/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
index d743aa6ef33..9f17ca07424 100644
--- a/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
+++ b/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
@@ -2668,7 +2668,7 @@ bool X86AsmParser::MatchAndEmitIntelInstruction(SMLoc IDLoc, unsigned &Opcode,
}
// If we haven't matched anything yet, this is not a basic integer or FPU
- // operation. There shouldn't be any ambiguity in our mneumonic table, so try
+ // operation. There shouldn't be any ambiguity in our mnemonic table, so try
// matching with the unsized operand.
if (Match.empty()) {
Match.push_back(MatchInstructionImpl(Operands, Inst, ErrorInfo,
OpenPOWER on IntegriCloud