diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2005-08-17 02:38:56 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-08-17 02:38:56 +0000 |
commit | 6c26da6c0422e35717be92a7e0f9406488b3f084 (patch) | |
tree | 0aedac756fcd1a919a56a359d70998331ed6f8da | |
parent | b467f8af4125471361468ab91dbedba2abf2e09a (diff) |
Fix grammar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22821 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Makefile.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules index 53bfa6dbd8..7dfb2b4150 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)) |