diff options
Diffstat (limited to 'common/proc.c')
| -rw-r--r-- | common/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/proc.c b/common/proc.c index a660d68..9d74a86 100644 --- a/common/proc.c +++ b/common/proc.c @@ -27,7 +27,7 @@ stat_t init_proc(void *fdt) { init_tcbs(); - /* \todo: cleanup or something */ + /** \todo cleanup or something */ struct tcb *t = create_proc(NULL); if (!t) return ERR_OOMEM; |
