summaryrefslogtreecommitdiff
path: root/cpukit/score/include/rtems/score/corerwlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/corerwlock.h')
-rw-r--r--cpukit/score/include/rtems/score/corerwlock.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/corerwlock.h b/cpukit/score/include/rtems/score/corerwlock.h
index f0d3477b22..6d97ab1f23 100644
--- a/cpukit/score/include/rtems/score/corerwlock.h
+++ b/cpukit/score/include/rtems/score/corerwlock.h
@@ -182,7 +182,9 @@ void _CORE_RWLock_Obtain_for_writing(
);
/**
- * This routine manually releases the RWLock. All of the threads waiting
+ * @brief Releases the RWLock
+ *
+ * This routine manually releases @a the_rwlock. All of the threads waiting
* for the RWLock will be readied.
*
* @param[in] the_rwlock is the RWLock to surrender