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 430829712c4a083072567d3997c13a47d3f43e95..e91facc15ccf1239997a3532e788950eee982d0c 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.
 //
 //===----------------------------------------------------------------------===//