Fix comment.

llvm-svn: 76427
This commit is contained in:
Daniel Dunbar 2009-07-20 16:50:16 +00:00
parent 7ea9d0b6e2
commit 0854f5c6a8
1 changed files with 2 additions and 2 deletions

View 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.
//
//===----------------------------------------------------------------------===//