diff options
author | Daniel Müller <deso@posteo.net> | 2022-10-18 16:32:31 +0000 |
---|---|---|
committer | Martin KaFai Lau <martin.lau@kernel.org> | 2022-10-19 11:30:09 -0700 |
commit | 2c4d72d66b548f1404ff43c01b7b81f4c4c6fafd (patch) | |
tree | dad414d3f85a2f1097b3d98c879a46f9e92495dc | |
parent | 01dea9548f6c88dc23dc5916eecd3555b82c8fec (diff) | |
download | linux-2c4d72d66b548f1404ff43c01b7b81f4c4c6fafd.tar.gz |
samples/bpf: Fix typos in README
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>
Link: https://lore.kernel.org/r/20221018163231.1926462-1-deso@posteo.net
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
-rw-r--r-- | samples/bpf/README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/bpf/README.rst b/samples/bpf/README.rst index 60c6494adb1b..6cfb74fb5ee6 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 ========= |