diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-09 23:53:47 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-09 23:53:47 +0300 |
| commit | 45b51617a0e3513a453c20229e02fd8fc9fbbfe1 (patch) | |
| tree | 1ff6e23aea786c2b32521bb834e1fc133129101b /common/mem_regions.c | |
| parent | da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55 (diff) | |
| download | kmi-45b51617a0e3513a453c20229e02fd8fc9fbbfe1.tar.gz kmi-45b51617a0e3513a453c20229e02fd8fc9fbbfe1.zip | |
use doxygen todo
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) { |
