diff options
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r-- | sys/kern/init_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index d608e25..5c2f738 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -539,7 +539,7 @@ proc0_init(void *dummy __unused) vm_map_init(&vmspace0.vm_map, vmspace_pmap(&vmspace0), p->p_sysent->sv_minuser, p->p_sysent->sv_maxuser); - /*- + /* * call the init and ctor for the new thread and proc * we wait to do this until all other structures * are fairly sane. |