src/core/fatal-error.h
changeset 1504 36ecc970ba96
parent 1020 ebcb38b7ff7d
child 2217 0b4567d545de
--- a/src/core/fatal-error.h	Thu Sep 13 12:37:30 2007 -0700
+++ b/src/core/fatal-error.h	Thu Sep 13 17:47:42 2007 -0700
@@ -32,9 +32,8 @@
  *
  * When this macro is hit at runtime, the user-specified 
  * error message is output and the program is halted by calling
- * the NS_DEBUG_BREAKPOINT macro. This macro is enabled
- * unconditionally in all builds, including debug and optimized 
- * builds.
+ * the NS_BREAKPOINT macro. This macro is enabled unconditionally
+ * in all builds, including debug and optimized builds.
  */
 #define NS_FATAL_ERROR(msg)				\
   do                                                    \