From da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 9 Jun 2022 23:50:14 +0300 Subject: continue documentation --- common/mem_regions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/mem_regions.c') diff --git a/common/mem_regions.c b/common/mem_regions.c index eb2346d..7547ab4 100644 --- a/common/mem_regions.c +++ b/common/mem_regions.c @@ -140,7 +140,7 @@ stat_t destroy_region(struct mem_region_root *r) { __destroy_region(sp_root(&r->free_regions)); __destroy_region(sp_root(&r->used_regions)); - /* TODO: error checking? */ + /* \todo: error checking? */ return OK; } @@ -178,7 +178,7 @@ static struct mem_region *__create_region(vm_t start, vm_t end, return m; } -/* TODO: should probably check if this actually works :D seems to do, but that's +/* \todo: should probably check if this actually works :D seems to do, but that's * just from really quick checking */ static size_t po_align(size_t s) { -- cgit v1.3