[X86] Fix typos. NFC

llvm-svn: 260943
This commit is contained in:
Craig Topper 2016-02-16 07:45:07 +00:00
parent 16d7eb26ea
commit d55f4bc5e4
1 changed files with 2 additions and 2 deletions

View File

@ -1052,9 +1052,9 @@ bool X86AsmParser::VerifyAndAdjustOperands(OperandVector &OrigOperands,
OperandVector &FinalOperands) {
if (OrigOperands.size() > 1) {
// Check if sizes match, OrigOpernads also contains the instruction name
// Check if sizes match, OrigOperands also contains the instruction name
assert(OrigOperands.size() == FinalOperands.size() + 1 &&
"Opernand size mismatch");
"Operand size mismatch");
SmallVector<std::pair<SMLoc, std::string>, 2> Warnings;
// Verify types match