llvm-svn: 32965
This commit is contained in:
Chris Lattner 2007-01-06 23:51:31 +00:00
parent 5967600442
commit 350563eba7
1 changed files with 1 additions and 1 deletions

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