summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2002-11-30 22:15:30 +0000
committerkeramida <keramida@FreeBSD.org>2002-11-30 22:15:30 +0000
commit791bba5ef9dee4c90186e051851f629c7d59a388 (patch)
treebeb8fd258056f33429956091f7b681724d7d2d6f /sys/kern/init_main.c
parente6cbe1f68e9d195db85e502381c9e68ef78955d6 (diff)
downloadFreeBSD-src-791bba5ef9dee4c90186e051851f629c7d59a388.zip
FreeBSD-src-791bba5ef9dee4c90186e051851f629c7d59a388.tar.gz
Fix typo in comment. It's SYSINIT, not SYSINT.
Approved by: re (murray)
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 4da2377..10b3a4b 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.
OpenPOWER on IntegriCloud