summaryrefslogtreecommitdiff
path: root/docs/UsingLibraries.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-11-08 00:22:22 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-11-08 00:22:22 +0000
commit6fb51666a79b98ef6333beacfc4e3ad9e63cb6d6 (patch)
tree6eb58b0771e813c54e405aa9322ca3087faac4f9 /docs/UsingLibraries.html
parent895eddfad43f848d5accce1789aa80be0db459d3 (diff)
downloadllvm-6fb51666a79b98ef6333beacfc4e3ad9e63cb6d6.tar.gz
llvm-6fb51666a79b98ef6333beacfc4e3ad9e63cb6d6.tar.bz2
llvm-6fb51666a79b98ef6333beacfc4e3ad9e63cb6d6.tar.xz
Fix grammar: use commas in a list of entities
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17602 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/UsingLibraries.html')
-rw-r--r--docs/UsingLibraries.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html
index 529d7c56dc..26d37d517b 100644
--- a/docs/UsingLibraries.html
+++ b/docs/UsingLibraries.html
@@ -155,8 +155,8 @@
should link into your programs.</p>
</div>
<!-- ======================================================================= -->
-<div class="doc_subsection"><a name="always">Always Link LLVMCore LLVMSupport
- LLVMSystem</a></div>
+<div class="doc_subsection"><a name="always">Always Link LLVMCore, LLVMSupport,
+ and LLVMSystem</a></div>
<div class="doc_text">
<p>No matter what you do with LLVM, the last three entries in your linke line
should always be: <tt>LLVMCore LLVMSupport.a LLVMSystem.a</tt>.</p>