mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 09:41:54 +09: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:
committed by
Andrii Nakryiko
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;
|
||||
|
||||
Reference in New Issue
Block a user