aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
Diffstat (limited to 'man7')
-rw-r--r--man7/bpf-helpers.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/bpf-helpers.7 b/man7/bpf-helpers.7
index f3b9bbc72b..5ddbe79baa 100644
--- a/man7/bpf-helpers.7
+++ b/man7/bpf-helpers.7
@@ -3020,7 +3020,7 @@ void bpf_sys_open(struct pt_regs *ctx)
ctx\->di);
// Consume buf, for example push it to
- // userspace via bpf_perf_event_output(); we
+ // user space via bpf_perf_event_output(); we
// can use res (the string length) as event
// size, after checking its boundaries.
}