summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadonce.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/pthreadonce.c')
-rw-r--r--cpukit/posix/src/pthreadonce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/pthreadonce.c b/cpukit/posix/src/pthreadonce.c
index 651e4d0539..0700a222c7 100644
--- a/cpukit/posix/src/pthreadonce.c
+++ b/cpukit/posix/src/pthreadonce.c
@@ -2,7 +2,7 @@
* @file
*
* @brief Call to function by Thread will call init_routine with no Arguments
- * @ingroup POSIX
+ * @ingroup POSIXAPI
*/
/*