Fix typo in comment.
authorJay Foad <jay.foad@gmail.com>
Tue, 26 Jul 2011 09:36:52 +0000 (09:36 +0000)
committerJay Foad <jay.foad@gmail.com>
Tue, 26 Jul 2011 09:36:52 +0000 (09:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136068 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/IPO.h

index f025e180678bb95cf0d910a2739fd23a32e8d759..9b59353d623b9dc90bb2d70ed020d0a68a1ec8f8 100644 (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.
 ///