summaryrefslogtreecommitdiffstats
path: root/lld/docs/index.rst
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2017-02-26 18:32:31 +0000
committerRui Ueyama <ruiu@google.com>2017-02-26 18:32:31 +0000
commit81762abb6b5d30c1e08d584d367142cab843f4af (patch)
tree027123bf940cda0749f4b60dcbf116044e7d524c /lld/docs/index.rst
parent259b091669a8a44a7cf80fe47b85ef6c5b88f381 (diff)
downloadbcm5719-llvm-81762abb6b5d30c1e08d584d367142cab843f4af.tar.gz
bcm5719-llvm-81762abb6b5d30c1e08d584d367142cab843f4af.zip
Fix typo.
Pointed out by Piotr Padlewski. llvm-svn: 296297
Diffstat (limited to 'lld/docs/index.rst')
-rw-r--r--lld/docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/docs/index.rst b/lld/docs/index.rst
index be7ec92cc53..95ace5cb3ad 100644
--- a/lld/docs/index.rst
+++ b/lld/docs/index.rst
@@ -119,7 +119,7 @@ instead of the default linker.
The easiest way to do that is to overwrite the default linker. After
installing LLD to somewhere on your disk, you can create a symbolic
-link by doing ``ld -s /path/to/ld.lld /usr/bin/ld`` so that
+link by doing ``ln -s /path/to/ld.lld /usr/bin/ld`` so that
``/usr/bin/ld`` is resolved to LLD.
If you don't want to change the system setting, you can use clang's
OpenPOWER on IntegriCloud