Fix comment.
authorDaniel Dunbar <daniel@zuster.org>
Mon, 20 Jul 2009 16:50:16 +0000 (16:50 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 20 Jul 2009 16:50:16 +0000 (16:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76427 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Debug.h

index 489a076dc395f191ccb646d16d4b48afe81e7668..69544de91115c2bcaf2dea3190b13e3d0bbed104 100644 (file)
@@ -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.
 //
 //===----------------------------------------------------------------------===//