X86: fix comment typo in AsmParser
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 16 Jan 2015 20:16:06 +0000 (20:16 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 16 Jan 2015 20:16:06 +0000 (20:16 +0000)
Fix a typo.  NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226313 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/AsmParser/X86AsmParser.cpp

index d743aa6ef33343302de45ddbcfdd60383b5b8dac..9f17ca074245aa13618f4a49ae7540b0a4b2eae7 100644 (file)
@@ -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,