From: Bill Wendling Date: Wed, 3 Mar 2010 05:40:40 +0000 (+0000) Subject: Fix comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=30174be37a97b8fbc395e92b5895fb8a89cc8c4e;p=oota-llvm.git Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97644 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/buildit/GNUmakefile b/utils/buildit/GNUmakefile index 83ce64ea9ac..8d8504c39b5 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