]> granicus.if.org Git - llvm/commitdiff
Include omitted word in comment.
authorEric Christopher <echristo@gmail.com>
Tue, 9 Apr 2019 06:35:47 +0000 (06:35 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 9 Apr 2019 06:35:47 +0000 (06:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357967 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/IPO/PassManagerBuilder.h

index 0c13aea7e0a6670efd3d856dd29935d09c8caee3..70cb2476a9ea410a10bf30e83790250a2251ebd5 100644 (file)
@@ -57,7 +57,7 @@ class PassManagerBase;
 ///   ...
 class PassManagerBuilder {
 public:
-  /// Extensions are passed the builder itself (so they can see how it is
+  /// Extensions are passed to the builder itself (so they can see how it is
   /// configured) as well as the pass manager to add stuff to.
   typedef std::function<void(const PassManagerBuilder &Builder,
                              legacy::PassManagerBase &PM)>