Fix typo.
authorJim Grosbach <grosbach@apple.com>
Wed, 18 Apr 2012 23:46:25 +0000 (23:46 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 18 Apr 2012 23:46:25 +0000 (23:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155075 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/AsmMatcherEmitter.cpp

index dc92a6c218e9ab5d2c7a7907e0c637b013a91e84..812d81cd3fd1d99d9d28085ed3fd3b7df51a8c80 100644 (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;