summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/onceimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/onceimpl.h')
-rw-r--r--cpukit/include/rtems/score/onceimpl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/include/rtems/score/onceimpl.h b/cpukit/include/rtems/score/onceimpl.h
index f3afe1cd13..eee318982f 100644
--- a/cpukit/include/rtems/score/onceimpl.h
+++ b/cpukit/include/rtems/score/onceimpl.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup ScoreOnce
+ * @ingroup RTEMSScoreOnce
*
* @brief Once API
*/
@@ -30,9 +30,9 @@ extern "C" {
#endif /* __cplusplus */
/**
- * @defgroup ScoreOnce Once Functions.
+ * @defgroup RTEMSScoreOnce Once Functions.
*
- * @ingroup Score
+ * @ingroup RTEMSScore
*
* @brief The _Once() function for pthread_once() and rtems_gxx_once().
*