summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2009-08-17 15:31:24 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2009-08-17 15:31:24 +0000
commit5906bc105942319fcebe5911e52a3c9e372545bf (patch)
tree2614fed39d8c1ad8a7f3a151bab377bb220c1c16 /llvm
parent74cb168a9e115ec7b88bbad0f87e6756db4527d3 (diff)
downloadbcm5719-llvm-5906bc105942319fcebe5911e52a3c9e372545bf.tar.gz
bcm5719-llvm-5906bc105942319fcebe5911e52a3c9e372545bf.zip
Fixed indentation and spelling.
llvm-svn: 79245
Diffstat (limited to 'llvm')
-rw-r--r--llvm/Makefile.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index c29b5b26fd6..e482b03d836 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -891,7 +891,7 @@ $(ToolDir)/$(strip $(TOOLNAME))$(EXEEXT): $(LLVM_CONFIG)
LLVMLibsOptions += $(shell $(LLVM_CONFIG) --libs $(LINK_COMPONENTS))
LLVMLibsPaths += $(LLVM_CONFIG) \
- $(shell $(LLVM_CONFIG) --libfiles $(LINK_COMPONENTS))
+ $(shell $(LLVM_CONFIG) --libfiles $(LINK_COMPONENTS))
endif
endif
@@ -963,7 +963,7 @@ endif
# if we're building a library ...
ifdef LIBRARYNAME
-# Make sure there isn't any extranous whitespace on the LIBRARYNAME option
+# Make sure there isn't any extraneous whitespace on the LIBRARYNAME option
LIBRARYNAME := $(strip $(LIBRARYNAME))
ifdef LOADABLE_MODULE
LibName.A := $(LibDir)/$(LIBRARYNAME).a
OpenPOWER on IntegriCloud