Commit bb412cf1 authored by Julia Lawall's avatar Julia Lawall Committed by Andrii Nakryiko

libbpf: Fix typo in comment

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.
Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: default avatarAndrii Nakryiko <andrii@kernel.org>
Acked-by: default avatarDaniel Müller <deso@posteo.net>
Link: https://lore.kernel.org/bpf/20220521111145.81697-71-Julia.Lawall@inria.fr
parent a56672f2
...@@ -6873,7 +6873,7 @@ static int bpf_object_load_prog_instance(struct bpf_object *obj, struct bpf_prog ...@@ -6873,7 +6873,7 @@ static int bpf_object_load_prog_instance(struct bpf_object *obj, struct bpf_prog
} }
retry_load: retry_load:
/* if log_level is zero, we don't request logs initiallly even if /* if log_level is zero, we don't request logs initially even if
* custom log_buf is specified; if the program load fails, then we'll * custom log_buf is specified; if the program load fails, then we'll
* bump log_level to 1 and use either custom log_buf or we'll allocate * bump log_level to 1 and use either custom log_buf or we'll allocate
* our own and retry the load to get details on what failed * our own and retry the load to get details on what failed
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment