Fix typos in comments, NFC
[oota-llvm.git] / utils / TableGen / DAGISelMatcherOpt.cpp
index da6a9577a7707110700eca20af25706ec261f76e..0c18e0b1c29add3b4833b8dd52f73bbdd4a66d46 100644 (file)
@@ -185,7 +185,7 @@ static void ContractNodes(std::unique_ptr<Matcher> &MatcherPtr,
 /// Conceptually, we'd like to sink these predicates all the way to the last
 /// matcher predicate in the series.  However, it turns out that some
 /// ComplexPatterns have side effects on the graph, so we really don't want to
-/// run a the complex pattern if the pattern predicate will fail.  For this
+/// run a complex pattern if the pattern predicate will fail.  For this
 /// reason, we refuse to sink the pattern predicate past a ComplexPattern.
 ///
 static void SinkPatternPredicates(std::unique_ptr<Matcher> &MatcherPtr) {