summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/apimutexunlock.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/apimutexunlock.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/score/src/apimutexunlock.c b/cpukit/score/src/apimutexunlock.c
index 21d1d75771..c0631f05c1 100644
--- a/cpukit/score/src/apimutexunlock.c
+++ b/cpukit/score/src/apimutexunlock.c
@@ -1,9 +1,10 @@
/**
* @file
*
- * @brief Releases the Specified API Mutex
- *
* @ingroup RTEMSScoreAPIMutex
+ *
+ * @brief This source file contains the implementation of
+ * _API_Mutex_Unlock().
*/
/*