summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2010-07-22 05:42:29 +0000
committertrasz <trasz@FreeBSD.org>2010-07-22 05:42:29 +0000
commita5239fb269b12b99a580264d4df46692b5078fd0 (patch)
treef0b414c78eb01b495bcc53f824242b34b93ce126 /sys/kern/init_main.c
parenta3a4697ac6f69c2c12816ee08c37d430bba761af (diff)
downloadFreeBSD-src-a5239fb269b12b99a580264d4df46692b5078fd0.zip
FreeBSD-src-a5239fb269b12b99a580264d4df46692b5078fd0.tar.gz
Remove spurious '/*-' marks and fix some other style problems.
Submitted by: bde@
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index d608e25..e4d8419 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -539,10 +539,9 @@ 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.
+ /*
+ * Call the init and ctor for the new thread and proc. We wait
+ * to do this until all other structures are fairly sane.
*/
EVENTHANDLER_INVOKE(process_init, p);
EVENTHANDLER_INVOKE(thread_init, td);
OpenPOWER on IntegriCloud