summaryrefslogtreecommitdiff
path: root/utils/buildit
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-03-03 05:40:40 +0000
committerBill Wendling <isanbard@gmail.com>2010-03-03 05:40:40 +0000
commit30174be37a97b8fbc395e92b5895fb8a89cc8c4e (patch)
tree5c61cc4d3e183c664a9753579f9b8463a8d0f487 /utils/buildit
parent087bd1e3a12893873761736bf0f905a350e9e708 (diff)
downloadllvm-30174be37a97b8fbc395e92b5895fb8a89cc8c4e.tar.gz
llvm-30174be37a97b8fbc395e92b5895fb8a89cc8c4e.tar.bz2
llvm-30174be37a97b8fbc395e92b5895fb8a89cc8c4e.tar.xz
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97644 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/buildit')
-rw-r--r--utils/buildit/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/buildit/GNUmakefile b/utils/buildit/GNUmakefile
index 83ce64ea9a..8d8504c39b 100644
--- a/utils/buildit/GNUmakefile
+++ b/utils/buildit/GNUmakefile
@@ -34,7 +34,7 @@ DSTROOT = $(OBJROOT)/../dst
PREFIX = /usr/local
-# Unless assertions are forced on in the GMAKE command line, enable them.
+# Unless assertions are forced on in the GMAKE command line, disable them.
ifndef ENABLE_ASSERTIONS
ENABLE_ASSERTIONS := no
endif