diff options
Diffstat (limited to 'src/common/memarea.c')
-rw-r--r-- | src/common/memarea.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/memarea.c b/src/common/memarea.c index d888cf076a..4257c4552c 100644 --- a/src/common/memarea.c +++ b/src/common/memarea.c @@ -138,7 +138,7 @@ memarea_clear(memarea_t *area) area->first->next_mem = area->first->u.mem; } -/** DOCDOC */ +/** Remove all unused memarea chunks from the internal freelist. */ void memarea_clear_freelist(void) { |