Fix grammar
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 17 Aug 2005 02:38:56 +0000 (02:38 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 17 Aug 2005 02:38:56 +0000 (02:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22821 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 53bfa6dbd8a1409ccd4cd9b0da98e8aab6df3c1a..7dfb2b415079010c9e08b3635dfcb2b3d4057b47 100644 (file)
@@ -625,7 +625,7 @@ endif
 # (defined by the user's project) and "LLVM" libs (defined 
 # by the # LLVM project).
 #---------------------------------------------------------
-#some versions of gcc on alpha produce to many symbols, so use a .a file
+# Some versions of gcc on Alpha produce too many symbols, so use a .a file
 ifeq ($(ARCH),Alpha)
 USEDLIBS :=  $(subst LLVMCore, LLVMCore.a, $(USEDLIBS))
 LLVMLIBS := $(subst LLVMCore, LLVMCore.a, $(LLVMLIBS))