[X86] Fix typo in comment. NFC

llvm-svn: 314247
This commit is contained in:
Craig Topper 2017-09-26 21:35:04 +00:00
parent fd54435b95
commit 0768bced39
1 changed files with 1 additions and 1 deletions

View File

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