summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/freechain.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/freechain.h')
-rw-r--r--cpukit/include/rtems/score/freechain.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/include/rtems/score/freechain.h b/cpukit/include/rtems/score/freechain.h
index 7db1101cff..76b028fba0 100644
--- a/cpukit/include/rtems/score/freechain.h
+++ b/cpukit/include/rtems/score/freechain.h
@@ -27,11 +27,11 @@ extern "C" {
*
* @ingroup RTEMSScore
*
- * @brief The Freechain Handler.
+ * @brief This group contains the Freechain Handler implementation.
*
- * The Freechain Handler is used to manage a chain of nodes, of which size can
- * automatically increase when there is no free node left. This handler
- * provides one data structure: Freechain_Control.
+ * This handler encapsulates functionality related to the management of
+ * free nodes of a user-defined size. If the chain of free nodes is empty
+ * during an allocation request, it can be dynamically extended.
*
* @{
*/