From 79997f57c87e9706c98c9273dd82d964c2e92fe7 Mon Sep 17 00:00:00 2001 From: David Greene Date: Fri, 29 Jun 2007 03:36:21 +0000 Subject: [PATCH] Clean up comments to be consistent with code. llvm-svn: 37798 --- Makefile.rules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.rules b/Makefile.rules index 3da11351c01..d35447d9129 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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