summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threadqimpl.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 13:26:12 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 13:26:12 -0600
commite0eb07a22b6d4e517ed6c69c25af4f6f783a69e9 (patch)
tree518bfe9e11f3113d790534986435cc6cbb7bf039 /cpukit/score/include/rtems/score/threadqimpl.h
parentFix a number of minor Doxygen formatting issues (diff)
downloadrtems-e0eb07a22b6d4e517ed6c69c25af4f6f783a69e9.tar.bz2
Fix more Doxygen typos
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/threadqimpl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/include/rtems/score/threadqimpl.h b/cpukit/score/include/rtems/score/threadqimpl.h
index 5931d2252b..4a1084dde5 100644
--- a/cpukit/score/include/rtems/score/threadqimpl.h
+++ b/cpukit/score/include/rtems/score/threadqimpl.h
@@ -256,9 +256,9 @@ void _Thread_queue_Process_timeout(
* @param[in] left points to the left thread's RBnode
* @param[in] right points to the right thread's RBnode
*
- * @retval 1 The @left node is more important than @right node.
- * @retval 0 The @left node is of equal importance with @right node.
- * @retval 1 The @left node is less important than @right node.
+ * @retval 1 The @a left node is more important than @a right node.
+ * @retval 0 The @a left node is of equal importance with @a right node.
+ * @retval 1 The @a left node is less important than @a right node.
*/
RBTree_Compare_result _Thread_queue_Compare_priority(
const RBTree_Node *left,