summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/scheduleredfblock.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/scheduleredfblock.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/score/src/scheduleredfblock.c b/cpukit/score/src/scheduleredfblock.c
index b3b2fa4f0d..689dc21361 100644
--- a/cpukit/score/src/scheduleredfblock.c
+++ b/cpukit/score/src/scheduleredfblock.c
@@ -1,9 +1,10 @@
/**
* @file
*
- * @brief Removes the Thread from Ready Queue
+ * @ingroup RTEMSScoreSchedulerEDF
*
- * @ingroup RTEMSScoreScheduler
+ * @brief This source file contains the implementation of
+ * _Scheduler_EDF_Block().
*/
/*