summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/interr.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/interr.h')
-rw-r--r--cpukit/score/include/rtems/score/interr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h
index 367c1abbba..e325e68d3b 100644
--- a/cpukit/score/include/rtems/score/interr.h
+++ b/cpukit/score/include/rtems/score/interr.h
@@ -98,13 +98,13 @@ typedef enum {
RTEMS_FATAL_SOURCE_STACK_CHECKER,
/**
- * @brief Fatal source of the PowerPC exceptions.
+ * @brief Fatal source of the exceptions.
*
* The fatal code is the pointer value of the exception frame pointer.
*
- * @see BSP_Exception_frame.
+ * @see rtems_exception_frame and rtems_exception_frame_print().
*/
- RTEMS_FATAL_SOURCE_POWERPC_EXCEPTION,
+ RTEMS_FATAL_SOURCE_EXCEPTION,
/**
* @brief The last available fatal source.