summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/semimpl.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 10:35:40 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 10:37:55 -0600
commitcc69334f420fc3d41509a176635f3cca6112821d (patch)
treea46cfe8ded93f66a9adbd6a27f12894a4af6d34f /cpukit/rtems/include/rtems/rtems/semimpl.h
parenttestsupport: Add cascade option to parallel test (diff)
downloadrtems-cc69334f420fc3d41509a176635f3cca6112821d.tar.bz2
Fix a number of minor Doxygen formatting issues
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/semimpl.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/semimpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/semimpl.h b/cpukit/rtems/include/rtems/rtems/semimpl.h
index e0a35a2e33..b4d1e83e13 100644
--- a/cpukit/rtems/include/rtems/rtems/semimpl.h
+++ b/cpukit/rtems/include/rtems/rtems/semimpl.h
@@ -66,7 +66,7 @@ void _Semaphore_Manager_initialization(void);
* This function returns a RTEMS status code based on the mutex
* status code specified.
*
- * @param[in] the_mutex_status is the mutex status code to translate
+ * @param[in] status is the mutex status code to translate
*
* @retval translated RTEMS status code
*/
@@ -107,7 +107,7 @@ _Semaphore_Translate_MRSP_status_code( MRSP_Status mrsp_status )
* This function returns a RTEMS status code based on the semaphore
* status code specified.
*
- * @param[in] the_mutex_status is the semaphore status code to translate
+ * @param[in] status is the semaphore status code to translate
*
* @retval translated RTEMS status code
*/