aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-20 16:50:16 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-20 16:50:16 +0000
commitd3eb106dfacda206b8651d1c39f5a26fc7be09a8 (patch)
treec143ef2eb4738f0261f8b27b8d7a942d83c24b83 /include
parent3c9509f82a8ddc04f233587397e6c0d787694fab (diff)
downloadexternal_llvm-d3eb106dfacda206b8651d1c39f5a26fc7be09a8.zip
external_llvm-d3eb106dfacda206b8651d1c39f5a26fc7be09a8.tar.gz
external_llvm-d3eb106dfacda206b8651d1c39f5a26fc7be09a8.tar.bz2
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76427 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/Debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/Debug.h b/include/llvm/Support/Debug.h
index 489a076..69544de 100644
--- a/include/llvm/Support/Debug.h
+++ b/include/llvm/Support/Debug.h
@@ -18,8 +18,8 @@
// can specify '-debug-only=foo' to enable JUST the debug information for the
// foo class.
//
-// When compiling in release mode, the -debug-* options and all code in DEBUG()
-// statements disappears, so it does not effect the runtime of the code.
+// When compiling without assertions, the -debug-* options and all code in
+// DEBUG() statements disappears, so it does not effect the runtime of the code.
//
//===----------------------------------------------------------------------===//