Skip to content

Commit 81807ac

Browse files
committed
Fix simple_string_print docstring
1 parent 690ff7f commit 81807ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonbpf/helper/helper_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def get_flags_val(arg, builder, local_sym_tab):
7979

8080

8181
def simple_string_print(string_value, module, builder, func):
82-
"""Emit code for a simple string print statement."""
82+
"""Prepare arguments for bpf_printk from a simple string value"""
8383
fmt_str = string_value + "\n\0"
8484
fmt_ptr = _create_format_string_global(fmt_str, func, module, builder)
8585

0 commit comments

Comments
 (0)