summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/memory.h')
-rw-r--r--cpukit/include/rtems/score/memory.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpukit/include/rtems/score/memory.h b/cpukit/include/rtems/score/memory.h
index 440a59c793..d2c610973b 100644
--- a/cpukit/include/rtems/score/memory.h
+++ b/cpukit/include/rtems/score/memory.h
@@ -48,8 +48,10 @@ extern "C" {
*
* @ingroup RTEMSScore
*
- * @brief Low level handler to provide memory areas for higher level memory
- * handlers such as the Workspace Handler.
+ * @brief This group contains the Memory Handler implementation.
+ *
+ * The Memory Handler provides memory areas supplied by the BSP to higher level memory
+ * consumers such as the @ref RTEMSScoreWorkspace and the @ref MallocSupport.
*
* @{
*/