Skip to content

Commit 03ae324

Browse files
committed
in_ebpf: fixed typo.
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 03de58d commit 03ae324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/in_ebpf/in_ebpf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ static struct flb_config_map config_map[] = {
234234
{
235235
FLB_CONFIG_MAP_STR, "ringbuf_map_name", FLB_IN_EBPF_DEFAULT_RINGBUF_MAP_NAME,
236236
0, FLB_TRUE, offsetof(struct flb_in_ebpf_context, ringbuf_map_name),
237-
"Set the name of the BPF ring buffer map to read events from"
237+
"Set the name of the eBPF ring buffer map to read events from"
238238
},
239239
{
240240
FLB_CONFIG_MAP_INT, "poll_ms", FLB_IN_EBPF_DEFAULT_POLL_MS,

0 commit comments

Comments
 (0)