1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Fix a typo.

llvm-svn: 38431
This commit is contained in:
Reid Spencer 2007-07-09 05:58:08 +00:00
parent 087f4f5691
commit 371d39bce1

View File

@ -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