Re: [PATCH] bpftool: Fix a typo

From: Quentin Monnet
Date: Sun Sep 08 2024 - 15:20:20 EST


On 08/09/2024 00:10, Andrew Kreimer wrote:
> Fix a typo in documentation.
>
> Reported-by: Matthew Wilcox <willy@xxxxxxxxxxxxx>
> Signed-off-by: Andrew Kreimer <algonell@xxxxxxxxx>
> ---
> tools/bpf/bpftool/Documentation/bpftool-gen.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/bpf/bpftool/Documentation/bpftool-gen.rst b/tools/bpf/bpftool/Documentation/bpftool-gen.rst
> index c768e6d4ae09..6c3f98c64cee 100644
> --- a/tools/bpf/bpftool/Documentation/bpftool-gen.rst
> +++ b/tools/bpf/bpftool/Documentation/bpftool-gen.rst
> @@ -172,7 +172,7 @@ bpftool gen min_core_btf *INPUT* *OUTPUT* *OBJECT* [*OBJECT*...]
> CO-RE based application, turning the application portable to different
> kernel versions.
>
> - Check examples bellow for more information how to use it.
> + Check examples below for more information how to use it.
Thanks! Since we're at it, would you mind fixing the rest of the
sentence, too?
“Check _the_ examples below for more information _on_ how to use it”

Quentin