summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-07-07 13:58:46 +0000
committerGabor Greif <ggreif@gmail.com>2010-07-07 13:58:46 +0000
commit6418cb3f4b558ff917509b661e29b5a556f0e11d (patch)
treea3d8dc71a7c34ccf67376a46bbd9b73d5f3e4839 /Makefile.config.in
parent274fefdd968c594983e19e9debc0ba9674d01991 (diff)
typo in comment, regeneration not necessary
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107774 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index d073e9b79a6..1d54b317c3e 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -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@