Re: [PATCH] docs: kdoc: fix troff output description typo
From: Jonathan Corbet
Date: Tue Jun 30 2026 - 15:50:57 EST
Yousef Alhouseen <alhouseenyousef@xxxxxxxxx> writes:
> Fix a typo in the ManFormat documentation string that describes the
> generated troff title header fields.
>
> Signed-off-by: Yousef Alhouseen <alhouseenyousef@xxxxxxxxx>
> ---
> tools/lib/python/kdoc/kdoc_output.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/lib/python/kdoc/kdoc_output.py b/tools/lib/python/kdoc/kdoc_output.py
> index de107ab4a..618b0d765 100644
> --- a/tools/lib/python/kdoc/kdoc_output.py
> +++ b/tools/lib/python/kdoc/kdoc_output.py
> @@ -624,7 +624,7 @@ class ManFormat(OutputFormat):
> ``manual``
> Defaults to ``Kernel API Manual``.
>
> - The above controls the output of teh corresponding fields on troff
> + The above controls the output of the corresponding fields on troff
> title headers, which will be filled like this::
Applied, thanks.
jon