OSDN Git Service

Add missing verb to comment in PassNameParser.h
authorDerek Schuff <dschuff@google.com>
Fri, 17 May 2013 16:51:32 +0000 (16:51 +0000)
committerDerek Schuff <dschuff@google.com>
Fri, 17 May 2013 16:51:32 +0000 (16:51 +0000)
Patch by Mark Seaborn.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182131 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/PassNameParser.h

index 317416c..a73dc8f 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