diff --git a/llvm/tools/lto/lto.cpp b/llvm/tools/lto/lto.cpp index 430829712c4a..e91facc15ccf 100644 --- a/llvm/tools/lto/lto.cpp +++ b/llvm/tools/lto/lto.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This file implementes link time optimization library. This library is +// This file implements the Link Time Optimization library. This library is // intended to be used by linker to optimize code at link time. // //===----------------------------------------------------------------------===//