diff options
author | Kang Minchul <tegongkang@gmail.com> | 2022-10-31 03:02:54 +0900 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2022-11-01 15:25:21 +0100 |
commit | 3a07dcf8f57b9a90b1c07df3e9091fd04baa3036 (patch) | |
tree | 6c189e093ad56f166cb7ae9c710c7bccad928b09 /samples | |
parent | 97c4090badca743451c3798f1c1846e9f3f252de (diff) |
samples/bpf: Fix typo in README
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
Diffstat (limited to 'samples')
-rw-r--r-- | samples/bpf/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/bpf/README.rst b/samples/bpf/README.rst index 6cfb74fb5ee6..57f93edd1957 100644 --- 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 +configuration and header install steps described above. This will direct make to build samples for the cross target:: export ARCH=arm64 |