diff options
Diffstat (limited to 'sys/kern/sched_4bsd.c')
-rw-r--r-- | sys/kern/sched_4bsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/sched_4bsd.c b/sys/kern/sched_4bsd.c index f8a5c4f..552ab56 100644 --- a/sys/kern/sched_4bsd.c +++ b/sys/kern/sched_4bsd.c @@ -624,7 +624,7 @@ sched_setup(void *dummy) /* External interfaces start here */ /* * Very early in the boot some setup of scheduler-specific - * parts of proc0 and of soem scheduler resources needs to be done. + * parts of proc0 and of some scheduler resources needs to be done. * Called from: * proc0_init() */ |