summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-07-09 05:58:08 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-07-09 05:58:08 +0000
commitec5cf811b714d91bb3011b9747d42ee1f102d715 (patch)
tree6880a3e4c7cbb9e84d0c6a3e7f3a024a357f03ff /docs/CommandGuide
parent5d1960c3d85b3a8061c4d768af8d485f603e3242 (diff)
downloadllvm-ec5cf811b714d91bb3011b9747d42ee1f102d715.tar.gz
llvm-ec5cf811b714d91bb3011b9747d42ee1f102d715.tar.bz2
llvm-ec5cf811b714d91bb3011b9747d42ee1f102d715.tar.xz
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38431 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-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 920818822a..4ae051327d 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