summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/rbtreepostorder.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/rbtreepostorder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/src/rbtreepostorder.c b/cpukit/score/src/rbtreepostorder.c
index efe992b1fa..1f97ed457f 100644
--- a/cpukit/score/src/rbtreepostorder.c
+++ b/cpukit/score/src/rbtreepostorder.c
@@ -3,8 +3,8 @@
*
* @ingroup RTEMSScoreRBTree
*
- * @brief _RBTree_Postorder_first() and _RBTree_Postorder_next()
- * implementation.
+ * @brief This source file contains the implementation of
+ * _RBTree_Postorder_next() and _RBTree_Postorder_first().
*/
/*