[MCA] Fix a spelling mistake in a comment. NFC

This commit is contained in:
Greg Bedwell 2019-10-27 10:06:22 +00:00
parent d4758d4a8d
commit 4640223ebd
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ void InstrBuilder::populateWrites(InstrDesc &ID, const MCInst &MCI,
unsigned NumVariadicOps = MCI.getNumOperands() - MCDesc.getNumOperands();
ID.Writes.resize(TotalDefs + NumVariadicOps);
// Iterate over the operands list, and skip non-register operands.
// The first NumExplictDefs register operands are expected to be register
// The first NumExplicitDefs register operands are expected to be register
// definitions.
unsigned CurrentDef = 0;
unsigned i = 0;