[llvm] r182131 - Add missing verb to comment in PassNameParser.h
Derek Schuff
dschuff at google.com
Fri May 17 09:51:32 PDT 2013
Author: dschuff
Date: Fri May 17 11:51:32 2013
New Revision: 182131
URL: http://llvm.org/viewvc/llvm-project?rev=182131&view=rev
Log:
Add missing verb to comment in PassNameParser.h
Patch by Mark Seaborn.
Modified:
llvm/trunk/include/llvm/Support/PassNameParser.h
Modified: llvm/trunk/include/llvm/Support/PassNameParser.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/PassNameParser.h?rev=182131&r1=182130&r2=182131&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/PassNameParser.h (original)
+++ llvm/trunk/include/llvm/Support/PassNameParser.h Fri May 17 11:51:32 2013
@@ -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
More information about the llvm-commits
mailing list