Skip to content

Commit

Permalink
kern: fix typo in bpf_tracing.h
Browse files Browse the repository at this point in the history
paremeters -> parameters
  • Loading branch information
eltociear authored and cfc4n committed Mar 1, 2023
1 parent 3a813ac commit 980bbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kern/bpf/bpf_tracing.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ struct pt_regs;
* tp_btf/fentry/fexit BPF programs. It hides the underlying platform-specific
* low-level way of getting kprobe input arguments from struct pt_regs, and
* provides a familiar typed and named function arguments syntax and
* semantics of accessing kprobe input paremeters.
* semantics of accessing kprobe input parameters.
*
* Original struct pt_regs* context is preserved as 'ctx' argument. This might
* be necessary when using BPF helpers like bpf_perf_event_output().
Expand Down

0 comments on commit 980bbd4

Please sign in to comment.