From 24476fe699deb022f3b4d8f81b04c9ae331396d0 Mon Sep 17 00:00:00 2001 From: Song Liu Date: Thu, 16 Feb 2023 14:31:02 -0800 Subject: [PATCH] sync: auto-generate latest BPF helpers Latest changes to BPF helper definitions. Signed-off-by: Song Liu --- src/bpf_helper_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bpf_helper_defs.h b/src/bpf_helper_defs.h index 2c3040a..add8874 100644 --- a/src/bpf_helper_defs.h +++ b/src/bpf_helper_defs.h @@ -1450,7 +1450,7 @@ static long (*bpf_perf_event_read_value)(void *map, __u64 flags, struct bpf_perf /* * bpf_perf_prog_read_value * - * For en eBPF program attached to a perf event, retrieve the + * For an eBPF program attached to a perf event, retrieve the * value of the event counter associated to *ctx* and store it in * the structure pointed by *buf* and of size *buf_size*. Enabled * and running times are also stored in the structure (see