summaryrefslogtreecommitdiffstats
path: root/tools/bpf
diff options
context:
space:
mode:
authorQuentin Monnet <quentin@isovalent.com>2022-08-12 16:37:25 +0100
committerDaniel Borkmann <daniel@iogearbox.net>2022-08-15 17:29:42 +0200
commit54c939773b2d2c2e6676743c180cb2049bb3a40a (patch)
treed716c66eaa257da845a31c80d94714a3b8ca313e /tools/bpf
parent10b62d6a38f7c92e9f41983bb7d7669c9fa6e287 (diff)
downloadlinux-54c939773b2d2c2e6676743c180cb2049bb3a40a.tar.bz2
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/bpf')
-rw-r--r--tools/bpf/bpftool/feature.c2
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()) {