Commit 2c4d72d6 authored by Daniel Müller's avatar Daniel Müller Committed by Martin KaFai Lau
Browse files

samples/bpf: Fix typos in README



This change fixes some typos found in the BPF samples README file.

Signed-off-by: default avatarDaniel Müller <deso@posteo.net>
Acked-by: default avatarDavid Vernet <void@manifault.com>
Link: https://lore.kernel.org/r/20221018163231.1926462-1-deso@posteo.net


Signed-off-by: default avatarMartin KaFai Lau <martin.lau@kernel.org>
parent 01dea954
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
=========