Clean up comments to be consistent with code.
[oota-llvm.git] / Makefile.rules
index 3da11351c0159d199367262041e9e8e435c68da9..d35447d912977b5d1e5dcf8bff259417f9225a91 100644 (file)
@@ -260,8 +260,9 @@ else
   C.Flags   += -D_DEBUG
 endif
 
-# If DISABLE_EXPENSIVE_CHECKS=1 is specified (make command line or configured),
-# then disable expensive checks by defining the appropriate preprocessor symbols.
+# If ENABLE_EXPENSIVE_CHECKS=1 is specified (make command line or 
+# configured), then enable expensive checks by defining the 
+# appropriate preprocessor symbols.
 ifdef ENABLE_EXPENSIVE_CHECKS
   BuildMode := $(BuildMode)+Checks
   CXX.Flags += -D_GLIBCXX_DEBUG