Fix a typo (the the => the)
[oota-llvm.git] / utils / TableGen / DAGISelMatcher.h
index 99ebf98b1e4bbceb8b2c0267fff2b26ef7a84796..3ca16f04269db213da4ac5f2ec6bb15676490e60 100644 (file)
@@ -35,7 +35,7 @@ void EmitMatcherTable(const Matcher *Matcher, const CodeGenDAGPatterns &CGP,
                       raw_ostream &OS);
 
 
-/// Matcher - Base class for all the the DAG ISel Matcher representation
+/// Matcher - Base class for all the DAG ISel Matcher representation
 /// nodes.
 class Matcher {
   // The next matcher node that is executed after this one.  Null if this is the