Skip to content

Commit fa721d4

Browse files
pdp7anakryiko
authored andcommitted
selftests/bpf: Fix trivial typo
Fix trivial typo in comment from 'oveflow' to 'overflow'. Reported-by: Gustavo A. R. Silva <gustavoars@kernel.org> Signed-off-by: Drew Fustini <dfustini@baylibre.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20211122070528.837806-1-dfustini@baylibre.com
1 parent 8cccee9 commit fa721d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/bpf/prog_tests/btf_dump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ static void test_btf_dump_struct_data(struct btf *btf, struct btf_dump *d,
756756
/* overflow bpf_sock_ops struct with final element nonzero/zero.
757757
* Regardless of the value of the final field, we don't have all the
758758
* data we need to display it, so we should trigger an overflow.
759-
* In other words oveflow checking should trump "is field zero?"
759+
* In other words overflow checking should trump "is field zero?"
760760
* checks because if we've overflowed, it shouldn't matter what the
761761
* field is - we can't trust its value so shouldn't display it.
762762
*/

0 commit comments

Comments
 (0)