[lld] r347485 - [LLD][ELF] - Fix mistype. NFC.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 22 23:59:28 PST 2018


Author: grimar
Date: Thu Nov 22 23:59:28 2018
New Revision: 347485

URL: http://llvm.org/viewvc/llvm-project?rev=347485&view=rev
Log:
[LLD][ELF] - Fix mistype. NFC.

Modified:
    lld/trunk/docs/ld.lld.1

Modified: lld/trunk/docs/ld.lld.1
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/ld.lld.1?rev=347485&r1=347484&r2=347485&view=diff
==============================================================================
--- lld/trunk/docs/ld.lld.1 (original)
+++ lld/trunk/docs/ld.lld.1 Thu Nov 22 23:59:28 2018
@@ -503,7 +503,7 @@ flag to indicate that the object cannot
 .It Cm nodlopen
 Set the
 .Dv DF_1_NOOPEN
-flag to indcate that the object may not be opened by
+flag to indicate that the object may not be opened by
 .Xr dlopen 3 .
 .It Cm norelro
 Do not indicate that portions of the object shold be mapped read-only




More information about the llvm-commits mailing list