diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-01-06 23:51:31 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-01-06 23:51:31 +0000 |
| commit | 350563eba778982118ad8a2e7f07edb6687a0397 (patch) | |
| tree | d7a637216833adc9d83ac15bc18c8ab9e6535415 | |
| parent | 5967600442f886b8c095f58b46e9abc9823b7b27 (diff) | |
| download | bcm5719-llvm-350563eba778982118ad8a2e7f07edb6687a0397.tar.gz bcm5719-llvm-350563eba778982118ad8a2e7f07edb6687a0397.zip | |
fix typo
llvm-svn: 32965
| -rw-r--r-- | llvm/tools/lto/lto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/lto/lto.cpp b/llvm/tools/lto/lto.cpp index 430829712c4..e91facc15cc 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. // //===----------------------------------------------------------------------===// |

