summaryrefslogtreecommitdiff
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2002-11-30 22:15:30 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2002-11-30 22:15:30 +0000
commit0c920c0de84421857c0329be1d8f8d3a94195515 (patch)
treebeb8fd258056f33429956091f7b681724d7d2d6f /sys/kern/init_main.c
parentff1a6199e182202fde6c4083da95e721a77b38b4 (diff)
Notes
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 4da237752fe6..10b3a4b9af62 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -290,7 +290,7 @@ struct sysentvec null_sysvec = {
/*
***************************************************************************
****
- **** The two following SYSINT's are proc0 specific glue code. I am not
+ **** The two following SYSINIT's are proc0 specific glue code. I am not
**** convinced that they can not be safely combined, but their order of
**** operation has been maintained as the same as the original init_main.c
**** for right now.