diff options
author | Quentin Monnet <quentin@isovalent.com> | 2022-08-12 17:37:25 +0200 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2022-08-15 17:29:42 +0200 |
commit | 54c939773b2d2c2e6676743c180cb2049bb3a40a (patch) | |
tree | d716c66eaa257da845a31c80d94714a3b8ca313e /tools | |
parent | libbpf: Add names for auxiliary maps (diff) | |
download | linux-54c939773b2d2c2e6676743c180cb2049bb3a40a.tar.xz linux-54c939773b2d2c2e6676743c180cb2049bb3a40a.zip |
bpftool: Fix a typo in a comment
This is the wrong library name: libcap, not libpcap.
Signed-off-by: Quentin Monnet <quentin@isovalent.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20220812153727.224500-1-quentin@isovalent.com
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bpf/bpftool/feature.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bpf/bpftool/feature.c b/tools/bpf/bpftool/feature.c index 7ecabf7947fb..36cf0f1517c9 100644 --- a/tools/bpf/bpftool/feature.c +++ b/tools/bpf/bpftool/feature.c @@ -1147,7 +1147,7 @@ exit_free: return res; #else /* Detection assumes user has specific privileges. - * We do not use libpcap so let's approximate, and restrict usage to + * We do not use libcap so let's approximate, and restrict usage to * root user only. */ if (geteuid()) { |