summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2022-04-01 13:22:26 +0000
committerGitHub <noreply@github.com>2022-04-01 13:22:26 +0000
commit6ba6d670172ab4387ff722348f61c8268c410ed6 (patch)
treea0702621d3d927ee6dcc1e7d7ed5a2eb42acef3a /collectors/ebpf.plugin
parent173864d356d869abede2d7a5099f90b9b52806b4 (diff)
Update links to documentation (eBPF) (#12581)
Diffstat (limited to 'collectors/ebpf.plugin')
-rw-r--r--collectors/ebpf.plugin/ebpf_socket.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/collectors/ebpf.plugin/ebpf_socket.c b/collectors/ebpf.plugin/ebpf_socket.c
index 5579cd28c9..da42f0a49b 100644
--- a/collectors/ebpf.plugin/ebpf_socket.c
+++ b/collectors/ebpf.plugin/ebpf_socket.c
@@ -211,9 +211,9 @@ static inline void ebpf_socket_disable_specific_trampoline(struct socket_bpf *ob
}
/**
- * Disable specific trampoline
+ * Disable specific probe
*
- * Disable specific trampoline to match user selection.
+ * Disable specific probe to match user selection.
*
* @param obj is the main structure for bpf objects.
* @param sel option selected by user.