diff options
Diffstat (limited to 'common/dmem.c')
| -rw-r--r-- | common/dmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dmem.c b/common/dmem.c index 3faf4b3..3a50768 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; |
