Fix a comment.
authorReid Spencer <rspencer@reidspencer.com>
Sun, 9 Apr 2006 23:39:43 +0000 (23:39 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 9 Apr 2006 23:39:43 +0000 (23:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27551 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.config.in

index 8d25a7368499cc890dd2c950f51c48cedd1a7c1d..47d0d81cbf1d8a5276d8e8f0eab0d123b5433d12 100644 (file)
@@ -184,8 +184,8 @@ OBJ_ROOT := .
 #ENABLE_OPTIMIZED = 1
 @ENABLE_OPTIMIZED@
 
-# When ENABLE_ASSERTIONS is enabled, builds of all of the LLVM code will include
-# assertion checks, otherwise they are not included.
+# When DISABLE_ASSERTIONS is enabled, builds of all of the LLVM code will 
+# exclude assertion checks, otherwise they are included.
 #DISABLE_ASSERTIONS = 1
 @DISABLE_ASSERTIONS@