diff options
author | maxim <maxim@FreeBSD.org> | 2005-04-15 14:01:43 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2005-04-15 14:01:43 +0000 |
commit | 2e89e331ebd018ba8457ef1ab943dfa5e391bd59 (patch) | |
tree | fcc10a2e3878cfa0064b43308984e373b636f1db /sys/kern | |
parent | d08afcc8155910287627e346fec6af271c3371ba (diff) | |
download | FreeBSD-src-2e89e331ebd018ba8457ef1ab943dfa5e391bd59.zip FreeBSD-src-2e89e331ebd018ba8457ef1ab943dfa5e391bd59.tar.gz |
Fix a typo in the comment.
Noticed by: Samy Al Bahra
Diffstat (limited to 'sys/kern')
-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() */ |