[llvm] r226313 - X86: fix comment typo in AsmParser

Saleem Abdulrasool compnerd at compnerd.org
Fri Jan 16 12:16:06 PST 2015


Author: compnerd
Date: Fri Jan 16 14:16:06 2015
New Revision: 226313

URL: http://llvm.org/viewvc/llvm-project?rev=226313&view=rev
Log:
X86: fix comment typo in AsmParser

Fix a typo.  NFC.

Modified:
    llvm/trunk/lib/Target/X86/AsmParser/X86AsmParser.cpp

Modified: llvm/trunk/lib/Target/X86/AsmParser/X86AsmParser.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/AsmParser/X86AsmParser.cpp?rev=226313&r1=226312&r2=226313&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/AsmParser/X86AsmParser.cpp (original)
+++ llvm/trunk/lib/Target/X86/AsmParser/X86AsmParser.cpp Fri Jan 16 14:16:06 2015
@@ -2668,7 +2668,7 @@ bool X86AsmParser::MatchAndEmitIntelInst
   }
 
   // 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,





More information about the llvm-commits mailing list