Fix typo in comment. It's SYSINIT, not SYSINT.

Approved by:	re (murray)
This commit is contained in:
keramida 2002-11-30 22:15:30 +00:00
parent e6cbe1f68e
commit 791bba5ef9

View File

@ -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.