diff options
| author | Shubham Sharma <slopixelz@gmail.com> | 2025-08-26 18:27:46 +0530 |
|---|---|---|
| committer | Andrii Nakryiko <andrii@kernel.org> | 2025-08-27 15:13:08 -0700 |
| commit | d3abefe897408718799ae3bd06295b89b870a38e (patch) | |
| tree | 3984c372c01c329226db0fd3c82317ade98da741 /tools/testing/selftests/bpf/prog_tests/fd_array.c | |
| parent | 2660b9d477501c3dbb09705640b70d0a80072f0c (diff) | |
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
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/fd_array.c')
| -rw-r--r-- | tools/testing/selftests/bpf/prog_tests/fd_array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/prog_tests/fd_array.c b/tools/testing/selftests/bpf/prog_tests/fd_array.c index 241b2c8c6e0f..c534b4d5f9da 100644 --- a/tools/testing/selftests/bpf/prog_tests/fd_array.c +++ b/tools/testing/selftests/bpf/prog_tests/fd_array.c @@ -293,7 +293,7 @@ static int get_btf_id_by_fd(int btf_fd, __u32 *id) * 1) Create a new btf, it's referenced only by a file descriptor, so refcnt=1 * 2) Load a BPF prog with fd_array[0] = btf_fd; now btf's refcnt=2 * 3) Close the btf_fd, now refcnt=1 - * Wait and check that BTF stil exists. + * Wait and check that BTF still exists. */ static void check_fd_array_cnt__referenced_btfs(void) { |