summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadyield.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/threadyield.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/score/src/threadyield.c b/cpukit/score/src/threadyield.c
index 8585e2ca43..e69b689ee7 100644
--- a/cpukit/score/src/threadyield.c
+++ b/cpukit/score/src/threadyield.c
@@ -1,9 +1,10 @@
/**
* @file
*
- * @brief Thread Yield
- *
* @ingroup RTEMSScoreThread
+ *
+ * @brief This source file contains the implementation of
+ * _Thread_Yield().
*/
/*