Fix typo in commment tyep->type.
authorCraig Topper <craig.topper@gmail.com>
Sat, 25 Jan 2014 17:34:23 +0000 (17:34 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 25 Jan 2014 17:34:23 +0000 (17:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200089 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/DAGISelMatcherGen.cpp

index a64b180f7773f7c6bcf23a163c2005a4563d532f..8ae7444ada1a99837772597ed7950fe07ea04389 100644 (file)
@@ -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;