summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-08 00:24:43 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-08 00:24:43 +0000
commit347e2880e5a774eac053ea214378511292784221 (patch)
tree4cff6ac5ceeefa5b675afb41b20841484c367747 /docs
parent6fb51666a79b98ef6333beacfc4e3ad9e63cb6d6 (diff)
downloadllvm-347e2880e5a774eac053ea214378511292784221.tar.gz
llvm-347e2880e5a774eac053ea214378511292784221.tar.bz2
llvm-347e2880e5a774eac053ea214378511292784221.tar.xz
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17603 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/UsingLibraries.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html
index 26d37d517b..14312fc8f3 100644
--- a/docs/UsingLibraries.html
+++ b/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>
<!-- ======================================================================= -->