aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/sched_4bsd.c
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2005-04-15 14:01:43 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2005-04-15 14:01:43 +0000
commitf3050486640d253b0d9f7c77878c03e422f1886e (patch)
treefcc10a2e3878cfa0064b43308984e373b636f1db /sys/kern/sched_4bsd.c
parent3eb1247ba75232e60fb0588e139bbd27be027d73 (diff)
downloadsrc-f3050486640d253b0d9f7c77878c03e422f1886e.tar.gz
src-f3050486640d253b0d9f7c77878c03e422f1886e.zip
Fix a typo in the comment.
Noticed by: Samy Al Bahra
Notes
Notes: svn path=/head/; revision=145109
Diffstat (limited to 'sys/kern/sched_4bsd.c')
-rw-r--r--sys/kern/sched_4bsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/sched_4bsd.c b/sys/kern/sched_4bsd.c
index f8a5c4f6b4c3..552ab56d8dd3 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()
*/