Fix comment.

llvm-svn: 97644
This commit is contained in:
Bill Wendling 2010-03-03 05:40:40 +00:00
parent 66769f8544
commit 907ef87556
1 changed files with 1 additions and 1 deletions

View 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