1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Typo Functino->Function.

llvm-svn: 359821
This commit is contained in:
Eric Christopher 2019-05-02 19:49:35 +00:00
parent 3c0a69a728
commit 56e65fa084

View 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)