From: Reid Spencer Date: Mon, 8 Nov 2004 00:24:43 +0000 (+0000) Subject: Fix typo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=347e2880e5a774eac053ea214378511292784221;p=oota-llvm.git Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17603 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html index 26d37d517b9..14312fc8f33 100644 --- a/docs/UsingLibraries.html +++ b/docs/UsingLibraries.html @@ -168,7 +168,7 @@

There is never any point to linking both the re-linked (.o) and the archive (.a) 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.