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 a047ca6766..79edc21249 100644
--- a/cpukit/score/include/rtems/score/interr.h
+++ b/cpukit/score/include/rtems/score/interr.h
@@ -71,10 +71,10 @@ typedef enum {
/**
* @brief Fatal source for generic BSP errors.
*
- * The fatal codes are defined in <bsp/bootcard.h>. Examples are interrupt
- * and exception initialization.
+ * The fatal codes are defined in <bsp/generic-fatal.h>. Examples are
+ * interrupt and exception initialization.
*
- * @see bsp_generic_fatal_code.
+ * @see bsp_generic_fatal_code and bsp_generic_fatal().
*/
RTEMS_FATAL_SOURCE_BSP_GENERIC,