diff options
author | Taichi Nishimura <awkrail01@gmail.com> | 2023-02-16 17:55:37 +0900 |
---|---|---|
committer | Andrii Nakryiko <andrii@kernel.org> | 2023-02-16 16:56:17 -0800 |
commit | df71a42cc37a44cdc7682f57aecf14ff44391eed (patch) | |
tree | 08187f8129d2193cf6e8922ef9d8528f83d49047 /tools/testing/selftests/bpf/progs/btf_dump_test_case_syntax.c | |
parent | c5a237a4db21ca7a28518c994def39d7bd62a0d1 (diff) | |
download | linux-df71a42cc37a44cdc7682f57aecf14ff44391eed.tar.gz linux-df71a42cc37a44cdc7682f57aecf14ff44391eed.tar.bz2 linux-df71a42cc37a44cdc7682f57aecf14ff44391eed.zip |
Fix typos in selftest/bpf files
Run spell checker on files in selftest/bpf and fixed typos.
Signed-off-by: Taichi Nishimura <awkrail01@gmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/bpf/20230216085537.519062-1-awkrail01@gmail.com
Diffstat (limited to 'tools/testing/selftests/bpf/progs/btf_dump_test_case_syntax.c')
-rw-r--r-- | tools/testing/selftests/bpf/progs/btf_dump_test_case_syntax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/progs/btf_dump_test_case_syntax.c b/tools/testing/selftests/bpf/progs/btf_dump_test_case_syntax.c index 26fffb02ed10..ad21ee8c7e23 100644 --- a/tools/testing/selftests/bpf/progs/btf_dump_test_case_syntax.c +++ b/tools/testing/selftests/bpf/progs/btf_dump_test_case_syntax.c @@ -84,7 +84,7 @@ typedef void (*printf_fn_t)(const char *, ...); * typedef int (*fn_t)(int); * typedef char * const * (*fn_ptr2_t)(s_t, fn_t); * - * - `fn_complext_t`: pointer to a function returning struct and accepting + * - `fn_complex_t`: pointer to a function returning struct and accepting * union and struct. All structs and enum are anonymous and defined inline. * * - `signal_t: pointer to a function accepting a pointer to a function as an |