summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2003-01-26 22:26:46 +0000
committerkeramida <keramida@FreeBSD.org>2003-01-26 22:26:46 +0000
commit9cbc412d18e8e4c9c960d8b04668bcc971e58efd (patch)
treeb75d91ed6bbc203ad1c38604ca0fed4b30e69233 /sys/conf
parenta27e16309de9e115ccbe0d11f91ca6ab49c891e8 (diff)
downloadFreeBSD-src-9cbc412d18e8e4c9c960d8b04668bcc971e58efd.zip
FreeBSD-src-9cbc412d18e8e4c9c960d8b04668bcc971e58efd.tar.gz
Fix a typo and reword a bit the description of the new SCHED_xxx stuff.
Reviewed by: jeff
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 2968618..4f9de4d 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -134,16 +134,16 @@ options ROOTDEVNAME=\"ufs:da0s2e\"
#####################################################################
# Scheduler options:
#
-# Specifying one of SCHED_4BSD or SCHED_ULE is manditory. These options
+# Specifying one of SCHED_4BSD or SCHED_ULE is mandatory. These options
# select which scheduler is compiled in.
#
# SCHED_4BSD is the historical, proven, BSD scheduler. It has a global run
# queue and no cpu affinity which makes it suboptimal for SMP. It has very
# good interactivity and priority selection.
#
-# SCHED_ULE is a new experimental scheduler that has been designed for SMP
-# although it will work just fine on UP. Users of this scheduler should
-# expect some hicups and be prepaired to provide feedback.
+# SCHED_ULE is a new experimental scheduler that has been designed for SMP,
+# but will work just fine on UP too. Users of this scheduler should expect
+# some hicups and be prepaired to provide feedback.
#
options SCHED_4BSD
#options SCHED_ULE
OpenPOWER on IntegriCloud