selftests/bpf: Fix typos and grammar in test sources

Fix spelling typos and grammar errors in BPF selftests source code.

Signed-off-by: Shubham Sharma <slopixelz@gmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20250826125746.17983-1-slopixelz@gmail.com
This commit is contained in:
Shubham Sharma
2025-08-26 18:27:46 +05:30
committed by Andrii Nakryiko
parent 2660b9d477
commit d3abefe897
28 changed files with 36 additions and 36 deletions

View File

@@ -90,7 +90,7 @@ void test_module_attach(void)
test_module_attach__detach(skel);
/* attach fentry/fexit and make sure it get's module reference */
/* attach fentry/fexit and make sure it gets module reference */
link = bpf_program__attach(skel->progs.handle_fentry);
if (!ASSERT_OK_PTR(link, "attach_fentry"))
goto cleanup;