Skip to content

Commit 88a0f13

Browse files
committed
Typo Functino->Function.
llvm-svn: 359821
1 parent 55ef9a1 commit 88a0f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Passes/PassBuilder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ class PassBuilder {
432432
/// {{@ Parse a textual pass pipeline description into a specific PassManager
433433
///
434434
/// Automatic deduction of an appropriate pass manager stack is not supported.
435-
/// For example, to insert a loop pass 'lpass' into a FunctinoPassManager,
435+
/// For example, to insert a loop pass 'lpass' into a FunctionPassManager,
436436
/// this is the valid pipeline text:
437437
///
438438
/// function(lpass)

0 commit comments

Comments
 (0)