aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CommandGuide/llvm-ld.pod
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CommandGuide/llvm-ld.pod')
-rw-r--r--docs/CommandGuide/llvm-ld.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/llvm-ld.pod b/docs/CommandGuide/llvm-ld.pod
index 9208188..4ae0513 100644
--- a/docs/CommandGuide/llvm-ld.pod
+++ b/docs/CommandGuide/llvm-ld.pod
@@ -19,7 +19,7 @@ The B<llvm-ld> tool is the main linker for LLVM. It is used to link together
the output of LLVM front-end compilers and run "link time" optimizations (mostly
the inter-procedural kind).
-The B<llvm-ld> tools attemps to mimic the interface provided by the default
+The B<llvm-ld> tools attempts to mimic the interface provided by the default
system linker so that it can act as a I<drop-in> replacement.
=head2 Search Order