samples/bpf: Fix typos in README
authorDaniel Müller <deso@posteo.net>
Tue, 18 Oct 2022 16:32:31 +0000 (16:32 +0000)
committerMartin KaFai Lau <martin.lau@kernel.org>
Wed, 19 Oct 2022 18:30:09 +0000 (11:30 -0700)
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>
samples/bpf/README.rst

index 60c6494adb1b08bc1f244b559339f0caede13e33..6cfb74fb5ee68bd2795be164a8365b2817c755e0 100644 (file)
@@ -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
 =========