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)
llvm-svn: 357967

llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h

index 0c13aea..70cb247 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)>