From 6fb51666a79b98ef6333beacfc4e3ad9e63cb6d6 Mon Sep 17 00:00:00 2001
From: Misha Brukman
Date: Mon, 8 Nov 2004 00:22:22 +0000
Subject: [PATCH] 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
---
docs/UsingLibraries.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html
index 529d7c56dc9..26d37d517b9 100644
--- a/docs/UsingLibraries.html
+++ b/docs/UsingLibraries.html
@@ -155,8 +155,8 @@
should link into your programs.
-
No matter what you do with LLVM, the last three entries in your linke line
should always be: LLVMCore LLVMSupport.a LLVMSystem.a.