diff options
author | Ricardo Ribalda <ribalda@chromium.org> | 2021-03-18 23:22:22 +0300 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2021-03-26 03:13:54 +0300 |
commit | 5d9034938720a15fa0f62db3e195c0c473c72c1b (patch) | |
tree | abf2130c56371436624eae849da3712f4103e785 /include | |
parent | 80847a71b270b172814dc7562f3eb59507fca61e (diff) | |
download | linux-5d9034938720a15fa0f62db3e195c0c473c72c1b.tar.xz |
bpf: Fix typo 'accesible' into 'accessible'
Trivial fix.
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20210318202223.164873-8-ribalda@chromium.org
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/bpf.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |