diff options
author | Junlin Yang <yangjunlin@yulong.com> | 2021-01-21 15:23:09 +0300 |
---|---|---|
committer | Andrii Nakryiko <andrii@kernel.org> | 2021-01-22 02:58:06 +0300 |
commit | 443edcefb8213155c0da22c4a999f4a49858fa39 (patch) | |
tree | b5a5f7a817030ecdd9e6483c3550c59e141df7e0 /tools/testing/selftests/bpf/prog_tests/btf.c | |
parent | 6095d5a271ad6dce30489526771a9040d78e0895 (diff) | |
download | linux-443edcefb8213155c0da22c4a999f4a49858fa39.tar.xz |
selftest/bpf: Fix typo
Change 'exeeds' to 'exceeds'.
Signed-off-by: Junlin Yang <yangjunlin@yulong.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20210121122309.1501-1-angkery@163.com
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/btf.c')
-rw-r--r-- | tools/testing/selftests/bpf/prog_tests/btf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/bpf/prog_tests/btf.c b/tools/testing/selftests/bpf/prog_tests/btf.c index 055d2c0486ed..6a7ee7420701 100644 --- a/tools/testing/selftests/bpf/prog_tests/btf.c +++ b/tools/testing/selftests/bpf/prog_tests/btf.c @@ -914,7 +914,7 @@ static struct btf_raw_test raw_tests[] = { .err_str = "Member exceeds struct_size", }, -/* Test member exeeds the size of struct +/* Test member exceeds the size of struct * * struct A { * int m; @@ -948,7 +948,7 @@ static struct btf_raw_test raw_tests[] = { .err_str = "Member exceeds struct_size", }, -/* Test member exeeds the size of struct +/* Test member exceeds the size of struct * * struct A { * int m; |