aboutsummaryrefslogtreecommitdiffstats
path: root/os/lib/src/chmemheaps.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/lib/src/chmemheaps.c')
-rw-r--r--os/lib/src/chmemheaps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/lib/src/chmemheaps.c b/os/lib/src/chmemheaps.c
index ebbd46bad..fc01b7ccc 100644
--- a/os/lib/src/chmemheaps.c
+++ b/os/lib/src/chmemheaps.c
@@ -347,9 +347,9 @@ void chHeapFree(void *p) {
* @param[in] heapp pointer to a heap descriptor or @p NULL in order to
* access the default heap.
* @param[in] totalp pointer to a variable that will receive the total
- * fragmented free space or @ NULL
+ * fragmented free space or @p NULL
* @param[in] largestp pointer to a variable that will receive the largest
- * free free block found space or @ NULL
+ * free free block found space or @p NULL
* @return The number of fragments in the heap.
*
* @api