diff options
author | James Henderson <jh7370@my.bristol.ac.uk> | 2018-10-01 09:57:20 +0000 |
---|---|---|
committer | James Henderson <jh7370@my.bristol.ac.uk> | 2018-10-01 09:57:20 +0000 |
commit | 194a4eb8f73cb8e7612ffecee7a3c4649424b8d4 (patch) | |
tree | 16f624d6296e76a1e30c98b2bcdabe9e7be2a993 | |
parent | d5d6a60a78004f1046789ce038b31c0262ec9b73 (diff) | |
download | bcm5719-llvm-194a4eb8f73cb8e7612ffecee7a3c4649424b8d4.tar.gz bcm5719-llvm-194a4eb8f73cb8e7612ffecee7a3c4649424b8d4.zip |
Fix typo in LLD man page
llvm-svn: 343449
-rw-r--r-- | lld/docs/ld.lld.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/docs/ld.lld.1 b/lld/docs/ld.lld.1 index e008c6ec50d..91d6ddfa074 100644 --- a/lld/docs/ld.lld.1 +++ b/lld/docs/ld.lld.1 @@ -309,7 +309,7 @@ Save the current state of .Fl -as-needed , .Fl -static , and -.Fl -while-archive. +.Fl -whole-archive. .It Fl -pop-state Undo the effect of .Fl -push-state. |