From 30174be37a97b8fbc395e92b5895fb8a89cc8c4e Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 3 Mar 2010 05:40:40 +0000 Subject: Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97644 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/buildit/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/buildit') 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 -- cgit v1.2.3