From 81762abb6b5d30c1e08d584d367142cab843f4af Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Sun, 26 Feb 2017 18:32:31 +0000 Subject: Fix typo. Pointed out by Piotr Padlewski. llvm-svn: 296297 --- lld/docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lld/docs/index.rst') 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 -- cgit v1.2.1