diff options
| author | Yusheng Zheng <[email protected]> | 2024-09-09 22:59:52 +0000 |
|---|---|---|
| committer | Andrii Nakryiko <[email protected]> | 2024-09-09 23:05:40 +0000 |
| commit | 41d0c4677feee1ea063e0f2c2af72dc953b1f1cc (patch) | |
| tree | f7e10142df943ead46f41fdf11009def8c06a1ed /tools/lib/bpf/bpf_tracing.h | |
| parent | MAINTAINERS: BPF ARC JIT: Update my e-mail address (diff) | |
| download | kernel-41d0c4677feee1ea063e0f2c2af72dc953b1f1cc.tar.gz kernel-41d0c4677feee1ea063e0f2c2af72dc953b1f1cc.zip | |
libbpf: Fix some typos in comments
Fix some spelling errors in the code comments of libbpf:
betwen -> between
paremeters -> parameters
knowning -> knowing
definiton -> definition
compatiblity -> compatibility
overriden -> overridden
occured -> occurred
proccess -> process
managment -> management
nessary -> necessary
Signed-off-by: Yusheng Zheng <[email protected]>
Signed-off-by: Andrii Nakryiko <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/lib/bpf/bpf_tracing.h')
| -rw-r--r-- | tools/lib/bpf/bpf_tracing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/bpf/bpf_tracing.h b/tools/lib/bpf/bpf_tracing.h index aa3b04f5542a..a8f6cd4841b0 100644 --- a/tools/lib/bpf/bpf_tracing.h +++ b/tools/lib/bpf/bpf_tracing.h @@ -808,7 +808,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(). |
