summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/coremutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/coremutex.h')
-rw-r--r--cpukit/include/rtems/score/coremutex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/include/rtems/score/coremutex.h b/cpukit/include/rtems/score/coremutex.h
index fd1f27c697..447eafb913 100644
--- a/cpukit/include/rtems/score/coremutex.h
+++ b/cpukit/include/rtems/score/coremutex.h
@@ -34,9 +34,9 @@ extern "C" {
#endif
/**
- * @defgroup ScoreMutex Mutex Handler
+ * @defgroup RTEMSScoreMutex Mutex Handler
*
- * @ingroup Score
+ * @ingroup RTEMSScore
*
* This handler encapsulates functionality which provides the foundation
* Mutex services used in all of the APIs supported by RTEMS.