aboutsummaryrefslogtreecommitdiff
path: root/common/dmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/dmem.c')
-rw-r--r--common/dmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dmem.c b/common/dmem.c
index 5d7a1d9..3faf4b3 100644
--- a/common/dmem.c
+++ b/common/dmem.c
@@ -39,7 +39,7 @@ static stat_t dev_alloc_wrapper(struct vmem *b, pm_t *offset, vm_t vaddr,
void *data)
{
stat_t *status = (stat_t *)data;
- /* TODO: remember to do something with this status info */
+ /* \todo: remember to do something with this status info */
*status = map_vpage(b, *offset, vaddr, flags, order);
*offset += order_size(order);
return OK;