projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97c4090
)
samples/bpf: Fix typo in README
author
Kang Minchul
<tegongkang@gmail.com>
Sun, 30 Oct 2022 18:02:54 +0000
(
03:02
+0900)
committer
Daniel Borkmann
<daniel@iogearbox.net>
Tue, 1 Nov 2022 14:25:21 +0000
(15:25 +0100)
Fix 'cofiguration' typo in BPF samples README.
Signed-off-by: Kang Minchul <tegongkang@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link:
https://lore.kernel.org/bpf/20221030180254.34138-1-tegongkang@gmail.com
samples/bpf/README.rst
patch
|
blob
|
history
diff --git
a/samples/bpf/README.rst
b/samples/bpf/README.rst
index 6cfb74fb5ee68bd2795be164a8365b2817c755e0..57f93edd1957d786aabdfd4b3edc9864fc05f783 100644
(file)
--- 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
+co
n
figuration and header install steps described above. This will direct make to
build samples for the cross target::
export ARCH=arm64