From 24493e9b2f704318d6b0f6ec04cc8f6be82dded8 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 16 Sep 2016 17:26:51 +0200 Subject: [PATCH] bpf.2: srcfix Signed-off-by: Michael Kerrisk --- man2/bpf.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/bpf.2 b/man2/bpf.2 index cb6a5c2c2..fc4285f82 100644 --- a/man2/bpf.2 +++ b/man2/bpf.2 @@ -822,7 +822,7 @@ format of (which is the data blob passed into the eBPF program as the first argument). .\" .\" FIXME -.\" Somehere in this page we need a general introduction to the +.\" Somewhere in this page we need a general introduction to the .\" bpf_context. For example, how does a BPF program access the .\" context?