summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/mqueuenotify.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/mqueuenotify.c')
-rw-r--r--cpukit/posix/src/mqueuenotify.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/posix/src/mqueuenotify.c b/cpukit/posix/src/mqueuenotify.c
index e8113e7018..04eb62a565 100644
--- a/cpukit/posix/src/mqueuenotify.c
+++ b/cpukit/posix/src/mqueuenotify.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief Notify Process that a Message is Available on a Queue
* @ingroup POSIX_MQUEUE
+ *
+ * @brief Notify Process that a Message is Available on a Queue
*/
/*