[X86] Fix typo in comment. NFC
authorCraig Topper <craig.topper@intel.com>
Tue, 26 Sep 2017 21:35:04 +0000 (21:35 +0000)
committerCraig Topper <craig.topper@intel.com>
Tue, 26 Sep 2017 21:35:04 +0000 (21:35 +0000)
llvm-svn: 314247

llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp

index d905311..880cfcc 100644 (file)
@@ -2285,7 +2285,7 @@ bool X86AsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
 
   // Determine whether this is an instruction prefix.
   // FIXME:
-  // Enhace prefixes integrity robustness. for example, following forms
+  // Enhance prefixes integrity robustness. for example, following forms
   // are currently tolerated:
   // repz repnz <insn>    ; GAS errors for the use of two similar prefixes
   // lock addq %rax, %rbx ; Destination operand must be of memory type