summaryrefslogtreecommitdiff
path: root/lld/README.md
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2011-12-17 12:35:04 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2011-12-17 12:35:04 +0000
commita2a6e2f28290119dd9f745db44f8173199e9cf61 (patch)
tree3abbe0262c1a7498a8d527678d26405010acf8bb /lld/README.md
parentc7e7638ec296b254c4c7a6a537947c0c0e2cc341 (diff)
downloadllvm-a2a6e2f28290119dd9f745db44f8173199e9cf61.tar.gz
More renaming.
llvm-svn: 146829
Diffstat (limited to 'lld/README.md')
-rw-r--r--lld/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/lld/README.md b/lld/README.md
index 195bcadeef2a..dc05cdea0a12 100644
--- a/lld/README.md
+++ b/lld/README.md
@@ -1,10 +1,10 @@
-LLVM Object Link Editor (lold)
+LLVM Linker (lld)
==============================
-This directory and its subdirectories contain source code for the LLVM Object
-Link Editor, a modular cross platform linker which is built as part of the LLVM
-compiler infrastructure project.
+This directory and its subdirectories contain source code for the LLVM Linker, a
+modular cross platform linker which is built as part of the LLVM compiler
+infrastructure project.
-lold is open source software. You may freely distribute it under the terms of
+lld is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.