summaryrefslogtreecommitdiffstats
path: root/lld/docs/index.rst
diff options
context:
space:
mode:
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