summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2010-07-18 20:23:10 +0000
committertrasz <trasz@FreeBSD.org>2010-07-18 20:23:10 +0000
commit935237a66a797429103b05be92d72e3bada85e69 (patch)
tree6d68f5c23a28cb978d118dcb947e3a74c4cce8ea /sys/kern/init_main.c
parentdd1ffe6ba105a42d29d9298246efc68536d197a7 (diff)
downloadFreeBSD-src-935237a66a797429103b05be92d72e3bada85e69.zip
FreeBSD-src-935237a66a797429103b05be92d72e3bada85e69.tar.gz
The "/*-" comment marker is supposed to denote copyrights. Remove non-copyright
occurences from sys/sys/ and sys/kern/.
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c2
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.
OpenPOWER on IntegriCloud