[PATCH] bpftool: Fix a typo

Andrew Kreimer posted 1 patch 2 months, 3 weeks ago
tools/bpf/bpftool/Documentation/bpftool-gen.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] bpftool: Fix a typo
Posted by Andrew Kreimer 2 months, 3 weeks ago
Fix a typo in documentation.

Reported-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 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.
 
 bpftool gen help
     Print short help message.
-- 
2.46.0
Re: [PATCH] bpftool: Fix a typo
Posted by Quentin Monnet 2 months, 3 weeks ago
On 08/09/2024 00:10, Andrew Kreimer wrote:
> Fix a typo in documentation.
> 
> Reported-by: Matthew Wilcox <willy@infradead.org>
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>
> ---
>  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
Re: [PATCH] bpftool: Fix a typo
Posted by Andrew Kreimer 2 months, 3 weeks ago
On Sun, Sep 08, 2024 at 08:20:01PM +0100, Quentin Monnet wrote:
> On 08/09/2024 00:10, Andrew Kreimer wrote:
> > Fix a typo in documentation.
> > 
> > Reported-by: Matthew Wilcox <willy@infradead.org>
> > Signed-off-by: Andrew Kreimer <algonell@gmail.com>
> > ---
> >  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”

Done.

> 
> Quentin