Commit 443edcef authored by Junlin Yang's avatar Junlin Yang Committed by Andrii Nakryiko

selftest/bpf: Fix typo

Change 'exeeds' to 'exceeds'.
Signed-off-by: default avatarJunlin Yang <yangjunlin@yulong.com>
Signed-off-by: default avatarAndrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20210121122309.1501-1-angkery@163.com
parent 6095d5a2
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment