diff options
Diffstat (limited to 'common/mem_regions.c')
| -rw-r--r-- | common/mem_regions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/mem_regions.c b/common/mem_regions.c index 7547ab4..11a167b 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) { |
