summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Schuff <dschuff@google.com>2013-05-17 16:51:32 +0000
committerDerek Schuff <dschuff@google.com>2013-05-17 16:51:32 +0000
commit115fb708fc1f92159d1d0f4c423f5b432efe758b (patch)
tree01fca470eeb102234a3f91f7cefecd2a86ca2ac2
parentdf98ad3959f164b8b06de4a7eaa5ffe41c4c017c (diff)
downloadllvm-115fb708fc1f92159d1d0f4c423f5b432efe758b.tar.gz
llvm-115fb708fc1f92159d1d0f4c423f5b432efe758b.tar.bz2
llvm-115fb708fc1f92159d1d0f4c423f5b432efe758b.tar.xz
Add missing verb to comment in PassNameParser.h
Patch by Mark Seaborn. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182131 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Support/PassNameParser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Support/PassNameParser.h b/include/llvm/Support/PassNameParser.h
index 317416c974..a73dc8ff28 100644
--- a/include/llvm/Support/PassNameParser.h
+++ b/include/llvm/Support/PassNameParser.h
@@ -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