summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvm-ld.pod
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
commitaf548d0ed212ef05c91d6fed87923f1eae71ab6e (patch)
tree240e480a500a8d0515e181af225e534079a1c09b /llvm/docs/CommandGuide/llvm-ld.pod
parent2cf6fe9ea243fee31b274b52489f815491ce0150 (diff)
downloadbcm5719-llvm-af548d0ed212ef05c91d6fed87923f1eae71ab6e.tar.gz
bcm5719-llvm-af548d0ed212ef05c91d6fed87923f1eae71ab6e.zip
Fix a typo.
llvm-svn: 38431
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-ld.pod')
-rw-r--r--llvm/docs/CommandGuide/llvm-ld.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-ld.pod b/llvm/docs/CommandGuide/llvm-ld.pod
index 920818822a0..4ae051327df 100644
--- a/llvm/docs/CommandGuide/llvm-ld.pod
+++ b/llvm/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
OpenPOWER on IntegriCloud