From 38333049114250bedb773f40f19ad4b97b9b6d02 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 2 May 2019 19:49:35 +0000 Subject: [PATCH] Typo Functino->Function. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359821 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Passes/PassBuilder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Passes/PassBuilder.h b/include/llvm/Passes/PassBuilder.h index e5bc3acd050..1218761082c 100644 --- a/include/llvm/Passes/PassBuilder.h +++ b/include/llvm/Passes/PassBuilder.h @@ -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) -- 2.50.1