summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/states.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/states.h')
-rw-r--r--cpukit/score/include/rtems/score/states.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/states.h b/cpukit/score/include/rtems/score/states.h
index f71bf9399e..9fab5d4748 100644
--- a/cpukit/score/include/rtems/score/states.h
+++ b/cpukit/score/include/rtems/score/states.h
@@ -1,7 +1,9 @@
/**
* @file rtems/score/states.h
*
- * This include file contains thread execution state information.
+ * @brief Thread Execution State Information
+ *
+ * This include file defines thread execution state information.
*/
/*
@@ -17,7 +19,7 @@
#define _RTEMS_SCORE_STATES_H
/**
- * @defgroup ScoreStates Thread States Handler
+ * @defgroup ScoreStates SuperCore Thread States
*
* @ingroup Score
*