Fix typo.

llvm-svn: 155075
This commit is contained in:
Jim Grosbach 2012-04-18 23:46:25 +00:00
parent ec4bd31206
commit 925a6d08c5
1 changed files with 1 additions and 1 deletions

View File

@ -1127,7 +1127,7 @@ AsmMatcherInfo::AsmMatcherInfo(Record *asmParser,
/// defined operand parsing methods.
void AsmMatcherInfo::BuildOperandMatchInfo() {
/// Map containing a mask with all operands indicies that can be found for
/// Map containing a mask with all operands indices that can be found for
/// that class inside a instruction.
std::map<ClassInfo*, unsigned> OpClassMask;