[llvm-commits] [llvm] r107774 - /llvm/trunk/Makefile.config.in

Gabor Greif ggreif at gmail.com
Wed Jul 7 06:58:46 PDT 2010


Author: ggreif
Date: Wed Jul  7 08:58:46 2010
New Revision: 107774

URL: http://llvm.org/viewvc/llvm-project?rev=107774&view=rev
Log:
typo in comment, regeneration not necessary

Modified:
    llvm/trunk/Makefile.config.in

Modified: llvm/trunk/Makefile.config.in
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile.config.in?rev=107774&r1=107773&r2=107774&view=diff
==============================================================================
--- llvm/trunk/Makefile.config.in (original)
+++ llvm/trunk/Makefile.config.in Wed Jul  7 08:58:46 2010
@@ -222,8 +222,8 @@
 
 # When ENABLE_PROFILING is enabled, profile instrumentation is done
 # and output is put into the "<Flavor>+Profile" directories, where
-# <Flavor> is either Debug or Release depending on how other builkd
-# flags are set.. Otherwise, output is put in the <Flavor>
+# <Flavor> is either Debug or Release depending on how other build
+# flags are set. Otherwise, output is put in the <Flavor>
 # directories.
 #ENABLE_PROFILING = 1
 @ENABLE_PROFILING@





More information about the llvm-commits mailing list