summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/protectedheap.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/protectedheap.h')
-rw-r--r--cpukit/include/rtems/score/protectedheap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/include/rtems/score/protectedheap.h b/cpukit/include/rtems/score/protectedheap.h
index a08fa36cf3..aa5d48b5fa 100644
--- a/cpukit/include/rtems/score/protectedheap.h
+++ b/cpukit/include/rtems/score/protectedheap.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup ScoreProtHeap
+ * @ingroup RTEMSScoreProtHeap
*
* @brief Protected Heap Handler API
*/
@@ -26,9 +26,9 @@ extern "C" {
#endif
/**
- * @defgroup ScoreProtHeap Protected Heap Handler
+ * @defgroup RTEMSScoreProtHeap Protected Heap Handler
*
- * @ingroup ScoreHeap
+ * @ingroup RTEMSScoreHeap
*
* @brief Provides protected heap services.
*