[llvm-commits] [llvm] r53778 - /llvm/trunk/tools/lto/Makefile

Devang Patel dpatel at apple.com
Fri Jul 18 16:47:27 PDT 2008


Author: dpatel
Date: Fri Jul 18 18:47:27 2008
New Revision: 53778

URL: http://llvm.org/viewvc/llvm-project?rev=53778&view=rev
Log:
typo.

Modified:
    llvm/trunk/tools/lto/Makefile

Modified: llvm/trunk/tools/lto/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/lto/Makefile?rev=53778&r1=53777&r2=53778&view=diff

==============================================================================
--- llvm/trunk/tools/lto/Makefile (original)
+++ llvm/trunk/tools/lto/Makefile Fri Jul 18 18:47:27 2008
@@ -1,4 +1,4 @@
-##===- tools/lto2/Makefile ---------------------------------*- Makefile -*-===##
+##===- tools/lto/Makefile ----------------------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -12,7 +12,7 @@
 
 # Include this here so we can get the configuration of the targets
 # that have been configured for construction. We have to do this 
-# early so we can set up LINK_COMPONENTS before includeing Makefile.rules
+# early so we can set up LINK_COMPONENTS before including Makefile.rules
 include $(LEVEL)/Makefile.config
 
 LINK_LIBS_IN_SHARED = 1





More information about the llvm-commits mailing list