selftest/bpf: Fix typo
authorJunlin Yang <yangjunlin@yulong.com>
Thu, 21 Jan 2021 12:23:09 +0000 (20:23 +0800)
committerAndrii Nakryiko <andrii@kernel.org>
Thu, 21 Jan 2021 23:58:06 +0000 (15:58 -0800)
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
tools/testing/selftests/bpf/prog_tests/btf.c

index 055d2c0..6a7ee74 100644 (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;