From: Quentin Monnet Date: Fri, 12 Aug 2022 15:37:25 +0000 (+0100) Subject: bpftool: Fix a typo in a comment X-Git-Tag: block-6.1-2022-13-10~73^2~407^2~13 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=54c939773b2d2c2e6676743c180cb2049bb3a40a;p=linux-block.git bpftool: Fix a typo in a comment This is the wrong library name: libcap, not libpcap. Signed-off-by: Quentin Monnet Signed-off-by: Daniel Borkmann Link: https://lore.kernel.org/bpf/20220812153727.224500-1-quentin@isovalent.com --- 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()) {