Commit 819d1150 authored by Colin Ian King's avatar Colin Ian King Committed by Daniel Borkmann
Browse files

bpf, selftests: Fix spelling mistake "tained" -> "tainted"



There appears to be a spelling mistake in a bpf test message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20211217182400.39296-1-colin.i.king@gmail.com
parent 0706a78f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1078,7 +1078,7 @@
	.errstr_unpriv = "R0 pointer -= pointer prohibited",
},
{
	"map access: trying to leak tained dst reg",
	"map access: trying to leak tainted dst reg",
	.insns = {
	BPF_MOV64_IMM(BPF_REG_0, 0),
	BPF_ST_MEM(BPF_DW, BPF_REG_10, -8, 0),