]> granicus.if.org Git - llvm/commitdiff
Typo Functino->Function.
authorEric Christopher <echristo@gmail.com>
Thu, 2 May 2019 19:49:35 +0000 (19:49 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 2 May 2019 19:49:35 +0000 (19:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359821 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Passes/PassBuilder.h

index e5bc3acd0508667eb1f3f169c400a1ca7fb2688a..1218761082c5ae45569653d9731df04d2a992b8f 100644 (file)
@@ -432,7 +432,7 @@ public:
   /// {{@ Parse a textual pass pipeline description into a specific PassManager
   ///
   /// Automatic deduction of an appropriate pass manager stack is not supported.
-  /// For example, to insert a loop pass 'lpass' into a FunctinoPassManager,
+  /// For example, to insert a loop pass 'lpass' into a FunctionPassManager,
   /// this is the valid pipeline text:
   ///
   ///   function(lpass)