summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/chain.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/chain.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/score/src/chain.c b/cpukit/score/src/chain.c
index 47aa4a894f..a92c60fc49 100644
--- a/cpukit/score/src/chain.c
+++ b/cpukit/score/src/chain.c
@@ -1,9 +1,10 @@
/**
* @file
*
- * @brief Initialize a Chain Header
- *
* @ingroup RTEMSScoreChain
+ *
+ * @brief This source file contains the implementation of
+ * _Chain_Initialize().
*/
/*