Fixed indentation and spelling.
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 17 Aug 2009 15:31:24 +0000 (15:31 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 17 Aug 2009 15:31:24 +0000 (15:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79245 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index c29b5b26fd65d2a62bcd22c535e2cc3cbd346e09..e482b03d836f8d066c8236b8751b0a7623793eba 100644 (file)
@@ -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