Fix typo in comment.

llvm-svn: 136068
This commit is contained in:
Jay Foad 2011-07-26 09:36:52 +00:00
parent 1fcd0f1581
commit 6a51402a8a
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ ModulePass *createGlobalDCEPass();
//===----------------------------------------------------------------------===//
/// createGVExtractionPass - If deleteFn is true, this pass deletes as
/// createGVExtractionPass - If deleteFn is true, this pass deletes
/// the specified global values. Otherwise, it deletes as much of the module as
/// possible, except for the global values specified.
///