samples: bpf: fix typo in README

Message ID 20221029211520.24033-1-tegongkang@gmail.com
State New
Headers
Series samples: bpf: fix typo in README |

Commit Message

Kang Minchul Oct. 29, 2022, 9:15 p.m. UTC
  This commit fixes a simple typo in samples/bpf/README.rst

changed cofiguration to configuration.

Signed-off-by: Kang Minchul <tegongkang@gmail.com>
---
 samples/bpf/README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Bagas Sanjaya Oct. 30, 2022, 1:01 p.m. UTC | #1
On Sun, Oct 30, 2022 at 06:15:20AM +0900, Kang Minchul wrote:
> This commit fixes a simple typo in samples/bpf/README.rst
> 
> changed cofiguration to configuration.

Better say "Fix 'cofiguration' typo in BPF samples README".

And please write patch description in imperative mood instead of
descriptive one.

Thanks.
  
Kang Minchul Oct. 30, 2022, 6 p.m. UTC | #2
2022년 10월 30일 (일) 오후 10:01, Bagas Sanjaya <bagasdotme@gmail.com>님이 작성:
>
> On Sun, Oct 30, 2022 at 06:15:20AM +0900, Kang Minchul wrote:
> > This commit fixes a simple typo in samples/bpf/README.rst
> >
> > changed cofiguration to configuration.
>
> Better say "Fix 'cofiguration' typo in BPF samples README".
>
> And please write patch description in imperative mood instead of
> descriptive one.
Thanks for your feedback.
I just amended the message and sent patch v2.

regards,

Kang Minchul
  

Patch

diff --git a/samples/bpf/README.rst b/samples/bpf/README.rst
index 60c6494adb1b..af4934639133 100644
--- a/samples/bpf/README.rst
+++ b/samples/bpf/README.rst
@@ -87,7 +87,7 @@  Cross compiling samples
 -----------------------
 In order to cross-compile, say for arm64 targets, export CROSS_COMPILE and ARCH
 environment variables before calling make. But do this before clean,
-cofiguration and header install steps described above. This will direct make to
+configuration and header install steps described above. This will direct make to
 build samples for the cross target::
 
  export ARCH=arm64