summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/wait.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/wait.c')
-rw-r--r--cpukit/posix/src/wait.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/posix/src/wait.c b/cpukit/posix/src/wait.c
index da248c9870..fe48b71e9c 100644
--- a/cpukit/posix/src/wait.c
+++ b/cpukit/posix/src/wait.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief Wait for Process to Change State
* @ingroup POSIXAPI
+ *
+ * @brief Wait for Process to Change State
*/
/*