diff options
| author | Yaron Keren <yaron.keren@gmail.com> | 2015-09-01 10:13:49 +0000 |
|---|---|---|
| committer | Yaron Keren <yaron.keren@gmail.com> | 2015-09-01 10:13:49 +0000 |
| commit | 55f5c3d43b21ccb3fcb93ad1ad2e7ff886950a6e (patch) | |
| tree | 709ba2eb562fdc5bd5b7cb4a74efa084e74ed691 /llvm/lib/LTO | |
| parent | 100ffacf2c295d48de217c3908a00327bb111c62 (diff) | |
| download | bcm5719-llvm-55f5c3d43b21ccb3fcb93ad1ad2e7ff886950a6e.tar.gz bcm5719-llvm-55f5c3d43b21ccb3fcb93ad1ad2e7ff886950a6e.zip | |
Fix typo.
llvm-svn: 246538
Diffstat (limited to 'llvm/lib/LTO')
| -rw-r--r-- | llvm/lib/LTO/LTOCodeGenerator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/LTO/LTOCodeGenerator.cpp b/llvm/lib/LTO/LTOCodeGenerator.cpp index 3f3f75c99c1..3f6b444b056 100644 --- a/llvm/lib/LTO/LTOCodeGenerator.cpp +++ b/llvm/lib/LTO/LTOCodeGenerator.cpp @@ -80,7 +80,7 @@ LTOCodeGenerator::LTOCodeGenerator(std::unique_ptr<LLVMContext> Context) LTOCodeGenerator::~LTOCodeGenerator() {} -// Initialize LTO passes. Please keep this funciton in sync with +// Initialize LTO passes. Please keep this function in sync with // PassManagerBuilder::populateLTOPassManager(), and make sure all LTO // passes are initialized. void LTOCodeGenerator::initializeLTOPasses() { |

