summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-04-18 23:46:25 +0000
committerJim Grosbach <grosbach@apple.com>2012-04-18 23:46:25 +0000
commitd4824fc8aa1df5501600dd2a73c6da823f3b02db (patch)
tree0d0c69736971ff90dd01dd70405a8b505da89f34 /utils
parentc007eff5365d4216bcb243a3eea9c372267d0964 (diff)
downloadllvm-d4824fc8aa1df5501600dd2a73c6da823f3b02db.tar.gz
llvm-d4824fc8aa1df5501600dd2a73c6da823f3b02db.tar.bz2
llvm-d4824fc8aa1df5501600dd2a73c6da823f3b02db.tar.xz
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155075 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/AsmMatcherEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/AsmMatcherEmitter.cpp b/utils/TableGen/AsmMatcherEmitter.cpp
index dc92a6c218..812d81cd3f 100644
--- a/utils/TableGen/AsmMatcherEmitter.cpp
+++ b/utils/TableGen/AsmMatcherEmitter.cpp
@@ -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;