diff options
author | Chun-Hung Tseng <henrybear327@gmail.com> | 2021-05-16 18:59:55 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-05-17 12:42:59 -0600 |
commit | 35f1fceaa288ee0954ced2d740b95211aef4cc80 (patch) | |
tree | 0522b86002bb7aead2da847bdbd42cf88121f0b6 /Documentation/scheduler | |
parent | 6586f2d8cec186ef0af7cf6a0738293fea048ed8 (diff) | |
download | linux-riscv-35f1fceaa288ee0954ced2d740b95211aef4cc80.tar.gz linux-riscv-35f1fceaa288ee0954ced2d740b95211aef4cc80.tar.bz2 linux-riscv-35f1fceaa288ee0954ced2d740b95211aef4cc80.zip |
Documentation: scheduler: fixed 2 typos in sched-nice-design.rst
This patch fixed 2 spelling errors in the documentation.
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
Link: https://lore.kernel.org/r/20210516105955.120651-1-henrybear327@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/scheduler')
-rw-r--r-- | Documentation/scheduler/sched-nice-design.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/scheduler/sched-nice-design.rst b/Documentation/scheduler/sched-nice-design.rst index 0571f1b47e64..889bf2b737dc 100644 --- a/Documentation/scheduler/sched-nice-design.rst +++ b/Documentation/scheduler/sched-nice-design.rst @@ -60,7 +60,7 @@ within the constraints of HZ and jiffies and their nasty design level coupling to timeslices and granularity it was not really viable. The second (less frequent but still periodically occurring) complaint -about Linux's nice level support was its assymetry around the origo +about Linux's nice level support was its asymmetry around the origin (which you can see demonstrated in the picture above), or more accurately: the fact that nice level behavior depended on the _absolute_ nice level as well, while the nice API itself is fundamentally |