Message ID | 20221018163231.1926462-1-deso@posteo.net (mailing list archive) |
---|---|
State | Accepted |
Commit | 2c4d72d66b548f1404ff43c01b7b81f4c4c6fafd |
Delegated to: | BPF |
Headers | show |
Series | [bpf-next,v2] samples/bpf: Fix typos in README | expand |
Hello: This patch was applied to bpf/bpf-next.git (master) by Martin KaFai Lau <martin.lau@kernel.org>: On Tue, 18 Oct 2022 16:32:31 +0000 you wrote: > This change fixes some typos found in the BPF samples README file. > > Signed-off-by: Daniel Müller <deso@posteo.net> > Acked-by: David Vernet <void@manifault.com> > --- > samples/bpf/README.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Here is the summary with links: - [bpf-next,v2] samples/bpf: Fix typos in README https://git.kernel.org/bpf/bpf-next/c/2c4d72d66b54 You are awesome, thank you!
diff --git a/samples/bpf/README.rst b/samples/bpf/README.rst index 60c649..6cfb74 100644 --- a/samples/bpf/README.rst +++ b/samples/bpf/README.rst @@ -37,8 +37,8 @@ user, simply call:: make headers_install -This will creates a local "usr/include" directory in the git/build top -level directory, that the make system automatically pickup first. +This will create a local "usr/include" directory in the git/build top +level directory, that the make system will automatically pick up first. Compiling =========