From: Ricardo Ribalda Date: Thu, 18 Mar 2021 20:22:22 +0000 (+0100) Subject: bpf: Fix typo 'accesible' into 'accessible' X-Git-Tag: microblaze-v5.14~96^2~255^2~20 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=5d9034938720a15fa0f62db3e195c0c473c72c1b;p=linux-2.6-microblaze.git bpf: Fix typo 'accesible' into 'accessible' Trivial fix. Signed-off-by: Ricardo Ribalda Signed-off-by: Daniel Borkmann Link: https://lore.kernel.org/bpf/20210318202223.164873-8-ribalda@chromium.org --- diff --git a/include/linux/bpf.h b/include/linux/bpf.h index 39dce9d3c3a5..24678d6ecbcf 100644 --- a/include/linux/bpf.h +++ b/include/linux/bpf.h @@ -56,7 +56,7 @@ struct bpf_iter_seq_info { u32 seq_priv_size; }; -/* map is generic key/value storage optionally accesible by eBPF programs */ +/* map is generic key/value storage optionally accessible by eBPF programs */ struct bpf_map_ops { /* funcs callable from userspace (via syscall) */ int (*map_alloc_check)(union bpf_attr *attr);