bpf: Fix typo in uapi/linux/bpf.h
authorJakub Wilk <jwilk@jwilk.net>
Wed, 7 Oct 2020 05:57:17 +0000 (07:57 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 7 Oct 2020 17:59:37 +0000 (10:59 -0700)
Reported-by: Samanta Navarro <ferivoz@riseup.net>
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/bpf/20201007055717.7319-1-jwilk@jwilk.net
include/uapi/linux/bpf.h
tools/include/uapi/linux/bpf.h

index c446394..d83561e 100644 (file)
@@ -2253,7 +2253,7 @@ union bpf_attr {
  *     Description
  *             This helper is used in programs implementing policies at the
  *             skb socket level. If the sk_buff *skb* is allowed to pass (i.e.
- *             if the verdeict eBPF program returns **SK_PASS**), redirect it
+ *             if the verdict eBPF program returns **SK_PASS**), redirect it
  *             to the socket referenced by *map* (of type
  *             **BPF_MAP_TYPE_SOCKHASH**) using hash *key*. Both ingress and
  *             egress interfaces can be used for redirection. The
index c446394..d83561e 100644 (file)
@@ -2253,7 +2253,7 @@ union bpf_attr {
  *     Description
  *             This helper is used in programs implementing policies at the
  *             skb socket level. If the sk_buff *skb* is allowed to pass (i.e.
- *             if the verdeict eBPF program returns **SK_PASS**), redirect it
+ *             if the verdict eBPF program returns **SK_PASS**), redirect it
  *             to the socket referenced by *map* (of type
  *             **BPF_MAP_TYPE_SOCKHASH**) using hash *key*. Both ingress and
  *             egress interfaces can be used for redirection. The