From: Misha Brukman Date: Wed, 17 Aug 2005 02:38:56 +0000 (+0000) Subject: Fix grammar X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6c26da6c0422e35717be92a7e0f9406488b3f084;p=oota-llvm.git Fix grammar git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22821 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index 53bfa6dbd8a..7dfb2b41507 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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))