typo in comment, regeneration not necessary
authorGabor Greif <ggreif@gmail.com>
Wed, 7 Jul 2010 13:58:46 +0000 (13:58 +0000)
committerGabor Greif <ggreif@gmail.com>
Wed, 7 Jul 2010 13:58:46 +0000 (13:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107774 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.config.in

index d073e9b79a62af898180aa9e0430b00a89d4231f..1d54b317c3e1a652aa73f4eee208001af51bcda8 100644 (file)
@@ -222,8 +222,8 @@ RDYNAMIC := @RDYNAMIC@
 
 # 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@