diff --git a/llvm/include/llvm/LTO/Config.h b/llvm/include/llvm/LTO/Config.h index 4b50c7cce85687..f3b01782fb8ef2 100644 --- a/llvm/include/llvm/LTO/Config.h +++ b/llvm/include/llvm/LTO/Config.h @@ -43,7 +43,7 @@ struct Config { ELF, }; // Note: when adding fields here, consider whether they need to be added to - // computeCacheKey in LTO.cpp. + // computeLTOCacheKey in LTO.cpp. std::string CPU; TargetOptions Options; std::vector MAttrs;