diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-09 23:50:14 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-09 23:50:14 +0300 |
| commit | da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55 (patch) | |
| tree | 85323057da02893e351426c60f2c5cfd5603b428 /common/mem_regions.c | |
| parent | e30cd339e271b0d16dbecf6c521fa06c3a05e3f1 (diff) | |
| download | kmi-da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55.tar.gz kmi-da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55.zip | |
continue documentation
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 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) { |
