summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/smplock.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/smplock.h')
-rw-r--r--cpukit/include/rtems/score/smplock.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/include/rtems/score/smplock.h b/cpukit/include/rtems/score/smplock.h
index 096f8ba0c4..1c37db465b 100644
--- a/cpukit/include/rtems/score/smplock.h
+++ b/cpukit/include/rtems/score/smplock.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup ScoreSMPLock
+ * @ingroup RTEMSScoreSMPLock
*
* @brief SMP Lock API
*/
@@ -23,9 +23,9 @@
#include <rtems/score/cpuopts.h>
/**
- * @defgroup ScoreSMPLock SMP Locks
+ * @defgroup RTEMSScoreSMPLock SMP Locks
*
- * @ingroup Score
+ * @ingroup RTEMSScore
*
* @brief The SMP lock provides mutual exclusion for SMP systems at the lowest
* level.