[PATCH v2] bpftool: Fix typos

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 v2] bpftool: Fix typos
Posted by Andrew Kreimer 2 months, 3 weeks ago
Fix typos in documentation.

Reported-by: Matthew Wilcox <willy@infradead.org>
Reported-by: Quentin Monnet <qmo@kernel.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 1b426e58a7cd..ca860fd97d8d 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 on how to use it.
 
 bpftool gen help
     Print short help message.
-- 
2.46.0
Re: [PATCH v2] bpftool: Fix typos
Posted by Quentin Monnet 2 months, 3 weeks ago
On 09/09/2024 10:24, Andrew Kreimer wrote:
> Fix typos in documentation.
> 
> Reported-by: Matthew Wilcox <willy@infradead.org>
> Reported-by: Quentin Monnet <qmo@kernel.org>
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>


Thank you.

Acked-by: Quentin Monnet <qmo@kernel.org>