1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fix typo.

llvm-svn: 17603
This commit is contained in:
Reid Spencer 2004-11-08 00:24:43 +00:00
parent c191073682
commit 4b6b7bdd14

View File

@ -168,7 +168,7 @@
<p>There is never any point to linking both the re-linked (<tt>.o</tt>) and
the archive (<tt>.a</tt>) versions of a library. Since the re-linked version
includes the entire library, the archive version will not resolve any symbols.
You could even end up with link error is you place the archive version before
You could even end up with link error if you place the archive version before
the re-linked version on the linker's command line.</p>
</div>
<!-- ======================================================================= -->