summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/prwlockwrlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/prwlockwrlock.c')
-rw-r--r--cpukit/posix/src/prwlockwrlock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/posix/src/prwlockwrlock.c b/cpukit/posix/src/prwlockwrlock.c
index 438d1f1fc1..08c9d8a9d7 100644
--- a/cpukit/posix/src/prwlockwrlock.c
+++ b/cpukit/posix/src/prwlockwrlock.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief Obtain a Write Lock on a RWlock Instance
* @ingroup POSIXAPI
+ *
+ * @brief Obtain a Write Lock on a RWlock Instance
*/
/*