aboutsummaryrefslogtreecommitdiffstats
path: root/os/lib/src
diff options
context:
space:
mode:
Diffstat (limited to 'os/lib/src')
-rw-r--r--os/lib/src/chmemheaps.c (renamed from os/lib/src/chheap.c)6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/lib/src/chheap.c b/os/lib/src/chmemheaps.c
index d3d25458f..ebbd46bad 100644
--- a/os/lib/src/chheap.c
+++ b/os/lib/src/chmemheaps.c
@@ -18,10 +18,10 @@
*/
/**
- * @file chheap.c
- * @brief Heaps code.
+ * @file chmemheaps.c
+ * @brief Memory heaps code.
*
- * @addtogroup heaps
+ * @addtogroup memheaps
* @details Heap Allocator related APIs.
* <h2>Operation mode</h2>
* The heap allocator implements a first-fit strategy and its APIs