Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan-Jowett committed Jan 30, 2025
1 parent a978874 commit cd6f25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bpf/libbpf.h
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ ring_buffer__free(struct ring_buffer* rb);
* @brief Query the BPF program flags.
*
* @param[in] prog A pointer to the BPF program.
* @return The flags of the BPF program.
* @return The flags of the BPF program that were last set by this process.
*/
__u32
bpf_program__flags(const struct bpf_program* prog);
Expand Down

0 comments on commit cd6f25b

Please sign in to comment.