OSDN Git Service

fix typo
authorChris Lattner <sabre@nondot.org>
Sat, 6 Jan 2007 23:51:31 +0000 (23:51 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 6 Jan 2007 23:51:31 +0000 (23:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32965 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lto/lto.cpp

index 4308297..e91facc 100644 (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.
 //
 //===----------------------------------------------------------------------===//