浏览代码

Fix typo.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246538 91177308-0d34-0410-b5e6-96231b3b80d8
Yaron Keren 10 年之前
父节点
当前提交
7e374d84bc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/LTO/LTOCodeGenerator.cpp

+ 1 - 1
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() {