Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

libbpf: Fix typo in comment

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Daniel Müller <deso@posteo.net>
Link: https://lore.kernel.org/bpf/20220521111145.81697-71-Julia.Lawall@inria.fr

authored by

Julia Lawall and committed by
Andrii Nakryiko
bb412cf1 a56672f2

+1 -1
+1 -1
tools/lib/bpf/libbpf.c
··· 6873 6873 } 6874 6874 6875 6875 retry_load: 6876 - /* if log_level is zero, we don't request logs initiallly even if 6876 + /* if log_level is zero, we don't request logs initially even if 6877 6877 * custom log_buf is specified; if the program load fails, then we'll 6878 6878 * bump log_level to 1 and use either custom log_buf or we'll allocate 6879 6879 * our own and retry the load to get details on what failed