summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit26ecf23a74ae6f4c9a243eefd1df37c5a8d8ac03 (patch)
treef5abfa67f29c122cdea09cf48e40d90362528f80 /llvm/docs/UsingLibraries.html
parent624685d9a1ad18e4f9e29692c4c2bb754685c186 (diff)
downloadbcm5719-llvm-26ecf23a74ae6f4c9a243eefd1df37c5a8d8ac03.tar.gz
bcm5719-llvm-26ecf23a74ae6f4c9a243eefd1df37c5a8d8ac03.zip
Fix grammar: use commas in a list of entities
llvm-svn: 17602
Diffstat (limited to 'llvm/docs/UsingLibraries.html')
-rw-r--r--llvm/docs/UsingLibraries.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/UsingLibraries.html b/llvm/docs/UsingLibraries.html
index 529d7c56dc9..26d37d517b9 100644
--- a/llvm/docs/UsingLibraries.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud