Fixing a typo in options

svn path=/nixpkgs/trunk/; revision=19563
This commit is contained in:
Michael Raskin 2010-01-20 11:06:20 +00:00
parent 0577bc6bf1
commit 44457a9ad7

View file

@ -257,7 +257,7 @@ rec {
forceCFSched = ''
SCHED_CFS? y
SCHED_BFS? y
SCHED_BFS? n
NO_HZ? y
'';
}