mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
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:
parent
6095d5a271
commit
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;
|
||||
|
Loading…
Reference in New Issue
Block a user