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
This commit is contained in:
Родитель
6095d5a271
Коммит
443edcefb8
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче