THis -> This
authorChris Lattner <sabre@nondot.org>
Fri, 7 Apr 2006 16:21:59 +0000 (16:21 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Apr 2006 16:21:59 +0000 (16:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27490 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index f40eb2bc4c2770d84d784c4157a1a4c427680c92..d3c6e6c0fdd7c0c7d18af3c082774559093f49c7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -75,8 +75,8 @@ $(FilesToConfigPATH) : $(LLVM_OBJ_ROOT)/% : $(LLVM_SRC_ROOT)/%.in
        $(Verb) cd $(LLVM_OBJ_ROOT) && $(ConfigStatusScript) $*
 .PRECIOUS: $(FilesToConfigPATH)
 
-#NOTE: THis needs to remain as the last target definition in this file so
-#that it gets executed last.
+# NOTE: This needs to remain as the last target definition in this file so
+# that it gets executed last.
 all:: 
        $(Echo) '*****' Completed $(BuildMode)$(AssertMode) Build
 ifeq ($(BuildMode),Debug)
@@ -84,3 +84,4 @@ ifeq ($(BuildMode),Debug)
        $(Echo) '*****' optimized build. Use 'make ENABLE_OPTIMIZED=1' to
        $(Echo) '*****' make an optimized build.
 endif
+