From: Eric Christopher Date: Tue, 9 Apr 2019 06:35:47 +0000 (+0000) Subject: Include omitted word in comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ba74f27cdb2191b5346fde419cc7e008f7a355c;p=llvm Include omitted word in comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357967 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/IPO/PassManagerBuilder.h b/include/llvm/Transforms/IPO/PassManagerBuilder.h index 0c13aea7e0a..70cb2476a9e 100644 --- a/include/llvm/Transforms/IPO/PassManagerBuilder.h +++ b/include/llvm/Transforms/IPO/PassManagerBuilder.h @@ -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