diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-08 00:24:43 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-08 00:24:43 +0000 |
| commit | 60ee2a2519e03e6c89b41d6595652ab9146095ce (patch) | |
| tree | 3419b612e608701754d1e2449d46b73f7aad5c75 /llvm/docs/UsingLibraries.html | |
| parent | 26ecf23a74ae6f4c9a243eefd1df37c5a8d8ac03 (diff) | |
| download | bcm5719-llvm-60ee2a2519e03e6c89b41d6595652ab9146095ce.tar.gz bcm5719-llvm-60ee2a2519e03e6c89b41d6595652ab9146095ce.zip | |
Fix typo.
llvm-svn: 17603
Diffstat (limited to 'llvm/docs/UsingLibraries.html')
| -rw-r--r-- | llvm/docs/UsingLibraries.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/UsingLibraries.html b/llvm/docs/UsingLibraries.html index 26d37d517b9..14312fc8f33 100644 --- a/llvm/docs/UsingLibraries.html +++ b/llvm/docs/UsingLibraries.html @@ -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> <!-- ======================================================================= --> |

