[lld] r296297 - Fix typo.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 26 10:32:32 PST 2017


Author: ruiu
Date: Sun Feb 26 12:32:31 2017
New Revision: 296297

URL: http://llvm.org/viewvc/llvm-project?rev=296297&view=rev
Log:
Fix typo.

Pointed out by Piotr Padlewski.

Modified:
    lld/trunk/docs/index.rst

Modified: lld/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/index.rst?rev=296297&r1=296296&r2=296297&view=diff
==============================================================================
--- lld/trunk/docs/index.rst (original)
+++ lld/trunk/docs/index.rst Sun Feb 26 12:32:31 2017
@@ -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




More information about the llvm-commits mailing list