Skip to content

Commit

Permalink
bpf: Fix typo 'accesible' into 'accessible'
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Ricardo Ribalda authored and Daniel Borkmann committed Mar 26, 2021
1 parent 80847a7 commit 5d90349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/bpf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5d90349

Please sign in to comment.