summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/rbtreenext.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/rbtreenext.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/score/src/rbtreenext.c b/cpukit/score/src/rbtreenext.c
index d0720a29c6..32087955fe 100644
--- a/cpukit/score/src/rbtreenext.c
+++ b/cpukit/score/src/rbtreenext.c
@@ -3,7 +3,9 @@
*
* @ingroup RTEMSScoreRBTree
*
- * @brief _RBTree_Next() and _RBTree_Next() implementation.
+ * @brief This source file contains the implementation of
+ * _RBTree_Minimum(), _RBTree_Maximum(), _RBTree_Successor(), and
+ * _RBTree_Predecessor().
*/
/*