提交 443edcef 编写于 作者: J Junlin Yang 提交者: Andrii Nakryiko

selftest/bpf: Fix typo

Change 'exeeds' to 'exceeds'.
Signed-off-by: NJunlin Yang <yangjunlin@yulong.com>
Signed-off-by: NAndrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20210121122309.1501-1-angkery@163.com
上级 6095d5a2
...@@ -914,7 +914,7 @@ static struct btf_raw_test raw_tests[] = { ...@@ -914,7 +914,7 @@ static struct btf_raw_test raw_tests[] = {
.err_str = "Member exceeds struct_size", .err_str = "Member exceeds struct_size",
}, },
/* Test member exeeds the size of struct /* Test member exceeds the size of struct
* *
* struct A { * struct A {
* int m; * int m;
...@@ -948,7 +948,7 @@ static struct btf_raw_test raw_tests[] = { ...@@ -948,7 +948,7 @@ static struct btf_raw_test raw_tests[] = {
.err_str = "Member exceeds struct_size", .err_str = "Member exceeds struct_size",
}, },
/* Test member exeeds the size of struct /* Test member exceeds the size of struct
* *
* struct A { * struct A {
* int m; * int m;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册