From 350563eba778982118ad8a2e7f07edb6687a0397 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 6 Jan 2007 23:51:31 +0000 Subject: [PATCH] fix typo llvm-svn: 32965 --- llvm/tools/lto/lto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. // //===----------------------------------------------------------------------===//