Re: [PATCH v4] Documentation: scheduler: fixed 2 typos in sched-nice-design.rst

From: Jonathan Corbet
Date: Mon May 17 2021 - 14:43:49 EST


Chun-Hung Tseng <henrybear327@xxxxxxxxx> writes:

> This patch fixed 2 spelling errors in the documentation.

Next time, word this in the imperative form ("Fix two spelling
errors...") and leave out "this patch". Meanwhile...

> Signed-off-by: Chun-Hung Tseng <henrybear327@xxxxxxxxx>
> ---
> Documentation/scheduler/sched-nice-design.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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

Applied, thanks.

jon