提交 5d903493 编写于 作者: R Ricardo Ribalda 提交者: Daniel Borkmann

bpf: Fix typo 'accesible' into 'accessible'

Trivial fix.
Signed-off-by: NRicardo Ribalda <ribalda@chromium.org>
Signed-off-by: NDaniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20210318202223.164873-8-ribalda@chromium.org
上级 80847a71
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册