Fix comment.
authorBill Wendling <isanbard@gmail.com>
Wed, 3 Mar 2010 05:40:40 +0000 (05:40 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 3 Mar 2010 05:40:40 +0000 (05:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97644 91177308-0d34-0410-b5e6-96231b3b80d8

utils/buildit/GNUmakefile

index 83ce64ea9acb9564c2431d0226f1871be047b186..8d8504c39b5cb8c4e2908427fab5d02023269f4c 100644 (file)
@@ -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