summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2014-01-25 17:34:23 +0000
committerCraig Topper <craig.topper@gmail.com>2014-01-25 17:34:23 +0000
commit858594edb016f3b934261a09fae86c74b7b06c3a (patch)
tree00bed0cd22c6c4c80791e61c26308a3cd964b1f8 /utils
parent7a1fc7ad5000f4b8fc4b2968e760514f1c5f228a (diff)
downloadllvm-858594edb016f3b934261a09fae86c74b7b06c3a.tar.gz
llvm-858594edb016f3b934261a09fae86c74b7b06c3a.tar.bz2
llvm-858594edb016f3b934261a09fae86c74b7b06c3a.tar.xz
Fix typo in commment tyep->type.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200089 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/DAGISelMatcherGen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/DAGISelMatcherGen.cpp b/utils/TableGen/DAGISelMatcherGen.cpp
index a64b180f77..8ae7444ada 100644
--- a/utils/TableGen/DAGISelMatcherGen.cpp
+++ b/utils/TableGen/DAGISelMatcherGen.cpp
@@ -419,7 +419,7 @@ void MatcherGen::EmitOperatorMatchCode(const TreePatternNode *N,
void MatcherGen::EmitMatchCode(const TreePatternNode *N,
TreePatternNode *NodeNoTypes) {
// If N and NodeNoTypes don't agree on a type, then this is a case where we
- // need to do a type check. Emit the check, apply the tyep to NodeNoTypes and
+ // need to do a type check. Emit the check, apply the type to NodeNoTypes and
// reinfer any correlated types.
SmallVector<unsigned, 2> ResultsToTypeCheck;