[v2] samples/bpf: fix typo in README

Message ID 20221030180254.34138-1-tegongkang@gmail.com
State New
Headers
Series [v2] samples/bpf: fix typo in README |

Commit Message

Kang Minchul Oct. 30, 2022, 6:02 p.m. UTC
  Fix 'cofiguration' typo in BPF samples README.

Signed-off-by: Kang Minchul <tegongkang@gmail.com>
---
V1 -> V2: Amended the commit message more precisely

 samples/bpf/README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 1, 2022, 2:30 p.m. UTC | #1
Hello:

This patch was applied to bpf/bpf-next.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:

On Mon, 31 Oct 2022 03:02:54 +0900 you wrote:
> Fix 'cofiguration' typo in BPF samples README.
> 
> Signed-off-by: Kang Minchul <tegongkang@gmail.com>
> ---
> V1 -> V2: Amended the commit message more precisely
> 
>  samples/bpf/README.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [v2] samples/bpf: fix typo in README
    https://git.kernel.org/bpf/bpf-next/c/3a07dcf8f57b

You are awesome, thank you!
  

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