[SystemZ] Add test missing from r186148
[oota-llvm.git] / include / llvm / Support / PassNameParser.h
index 317416c97487f9b6dfce23cc94ab02fbd918f447..a73dc8ff289f9bc291ec7e36f28edee40c9a6139 100644 (file)
@@ -7,9 +7,9 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This file the PassNameParser and FilteredPassNameParser<> classes, which are
-// used to add command line arguments to a utility for all of the passes that
-// have been registered into the system.
+// This file contains the PassNameParser and FilteredPassNameParser<> classes,
+// which are used to add command line arguments to a utility for all of the
+// passes that have been registered into the system.
 //
 // The PassNameParser class adds ALL passes linked into the system (that are
 // creatable) as command line arguments to the tool (when instantiated with the