Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sched: fix typo in Documentation/scheduler/sched-rt-group.txt

Fix minor typos.

Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

authored by

Hiroshi Shimamoto and committed by
Ingo Molnar
f7d62364 f9e8e07e

+2 -2
+2 -2
Documentation/scheduler/sched-rt-group.txt
··· 51 51 0.00015s. So this group can be scheduled with a period of 0.005s and a run time 52 52 of 0.00015s. 53 53 54 - The remaining CPU time will be used for user input and other tass. Because 54 + The remaining CPU time will be used for user input and other tasks. Because 55 55 realtime tasks have explicitly allocated the CPU time they need to perform 56 - their tasks, buffer underruns in the graphocs or audio can be eliminated. 56 + their tasks, buffer underruns in the graphics or audio can be eliminated. 57 57 58 58 NOTE: the above example is not fully implemented as of yet (2.6.25). We still 59 59 lack an EDF scheduler to make non-uniform periods usable.