sched: fix typo in sched-rt-group.txt file
[pandora-kernel.git] / Documentation / scheduler / sched-rt-group.txt
index eb74b01..1df7f9c 100644 (file)
@@ -187,7 +187,7 @@ get their allocated time.
 
 Implementing SCHED_EDF might take a while to complete. Priority Inheritance is
 the biggest challenge as the current linux PI infrastructure is geared towards
-the limited static priority levels 0-139. With deadline scheduling you need to
+the limited static priority levels 0-99. With deadline scheduling you need to
 do deadline inheritance (since priority is inversely proportional to the
 deadline delta (deadline - now).