Skip to content

Commit 819d115

Browse files
ColinIanKingborkmann
authored andcommitted
bpf, selftests: Fix spelling mistake "tained" -> "tainted"
There appears to be a spelling mistake in a bpf test message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent 0706a78 commit 819d115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/bpf/verifier/value_ptr_arith.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@
10781078
.errstr_unpriv = "R0 pointer -= pointer prohibited",
10791079
},
10801080
{
1081-
"map access: trying to leak tained dst reg",
1081+
"map access: trying to leak tainted dst reg",
10821082
.insns = {
10831083
BPF_MOV64_IMM(BPF_REG_0, 0),
10841084
BPF_ST_MEM(BPF_DW, BPF_REG_10, -8, 0),

0 commit comments

Comments
 (0)