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:
Junlin Yang 2021-01-21 20:23:09 +08:00 committed by Andrii Nakryiko
parent 6095d5a271
commit 443edcefb8
1 changed files with 2 additions and 2 deletions

View File

@ -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;