Fix grammar: use commas in a list of entities
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 8 Nov 2004 00:22:22 +0000 (00:22 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 8 Nov 2004 00:22:22 +0000 (00:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17602 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UsingLibraries.html

index 529d7c56dc92281c3b0e5c67456f09f4f86f7657..26d37d517b901439b564a44765f109495dc00f2a 100644 (file)
        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>