git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32965 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-01-06 23:51:31 +00:00
parent 8d648f711b
commit 11fdadf407

View File

@ -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.
//
//===----------------------------------------------------------------------===//