From 15609ee438ab76c8cac1f0d73c9b2ba9a238deca Mon Sep 17 00:00:00 2001 From: Derek Schuff Date: Fri, 17 May 2013 16:51:32 +0000 Subject: [PATCH] Add missing verb to comment in PassNameParser.h Patch by Mark Seaborn. llvm-svn: 182131 --- include/llvm/Support/PassNameParser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/llvm/Support/PassNameParser.h b/include/llvm/Support/PassNameParser.h index 317416c9748..a73dc8ff289 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