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.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/cpukit/score/include/rtems/score/states.h b/cpukit/score/include/rtems/score/states.h
index 9732875228..9fab5d4748 100644
--- a/cpukit/score/include/rtems/score/states.h
+++ b/cpukit/score/include/rtems/score/states.h
@@ -3,7 +3,7 @@
*
* @brief Thread Execution State Information
*
- * This include file contains thread execution state information.
+ * This include file defines thread execution state information.
*/
/*
@@ -19,8 +19,7 @@
#define _RTEMS_SCORE_STATES_H
/**
- * @defgroup Encapsulates functionality which relates to the management of
- * the state bitmap associated with each thread.
+ * @defgroup ScoreStates SuperCore Thread States
*
* @ingroup Score
*
@@ -130,4 +129,4 @@ typedef uint32_t States_Control;
/**@}*/
#endif
-/* end of include file */ \ No newline at end of file
+/* end of include file */