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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/include/rtems/score/smplock.h b/cpukit/include/rtems/score/smplock.h
index 8fa756c6e0..b59832d59e 100644
--- a/cpukit/include/rtems/score/smplock.h
+++ b/cpukit/include/rtems/score/smplock.h
@@ -27,8 +27,9 @@
*
* @ingroup RTEMSScore
*
- * @brief The SMP lock provides mutual exclusion for SMP systems at the lowest
- * level.
+ * @brief This group contains the SMP lock implementation.
+ *
+ * The SMP lock provides mutual exclusion in SMP systems at the lowest level.
*
* The SMP lock is implemented as a ticket lock. This provides fairness in
* case of concurrent lock attempts.