summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/rbtree.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/rbtree.h')
-rw-r--r--cpukit/score/include/rtems/score/rbtree.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/cpukit/score/include/rtems/score/rbtree.h b/cpukit/score/include/rtems/score/rbtree.h
index 7b86d29304..55b5c55720 100644
--- a/cpukit/score/include/rtems/score/rbtree.h
+++ b/cpukit/score/include/rtems/score/rbtree.h
@@ -262,12 +262,11 @@ RBTree_Node *_RBTree_Find(
/**
* @brief Find the control structure of the tree containing the given node.
*
- * This function returns a pointer called @a return_header to the control structure of the tree
- * containing @a the_node, if it exists, and @a NULL if not.
+ * This function returns a pointer called @a return_header to the
+ * control structure of the tree containing @a the_node, if it exists,
+ * and @a NULL if not.
*
* @param[in] the_node is the pointer to the rbtree node.
- * @param[out] return_header is the pointer to control header of rbtree.
- * @param[out] NULL is returned if there is no control header available.
*
* -INTERRUPT LATENCY:
* + single case