bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 8/9] bpf: Fix typo "accesible"
       [not found] <20210318202223.164873-1-ribalda@chromium.org>
@ 2021-03-18 20:22 ` Ricardo Ribalda
  0 siblings, 0 replies; only message in thread
From: Ricardo Ribalda @ 2021-03-18 20:22 UTC (permalink / raw)
  To: trivial; +Cc: Ricardo Ribalda, bpf

Trivial fix.

Cc: bpf@vger.kernel.org
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
---
 include/linux/bpf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/bpf.h b/include/linux/bpf.h
index cccaef1088ea..c4c8f3522594 100644
--- a/include/linux/bpf.h
+++ b/include/linux/bpf.h
@@ -54,7 +54,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);
-- 
2.31.0.rc2.261.g7f71774620-goog


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-18 20:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210318202223.164873-1-ribalda@chromium.org>
2021-03-18 20:22 ` [PATCH 8/9] bpf: Fix typo "accesible" Ricardo Ribalda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).