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 <colin.i.king@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20211217182400.39296-1-colin.i.king@gmail.com
This commit is contained in:
Colin Ian King 2021-12-17 18:24:00 +00:00 committed by Daniel Borkmann
parent 0706a78f31
commit 819d11507f
1 changed files with 1 additions and 1 deletions

View File

@ -1078,7 +1078,7 @@
.errstr_unpriv = "R0 pointer -= pointer prohibited", .errstr_unpriv = "R0 pointer -= pointer prohibited",
}, },
{ {
"map access: trying to leak tained dst reg", "map access: trying to leak tainted dst reg",
.insns = { .insns = {
BPF_MOV64_IMM(BPF_REG_0, 0), BPF_MOV64_IMM(BPF_REG_0, 0),
BPF_ST_MEM(BPF_DW, BPF_REG_10, -8, 0), BPF_ST_MEM(BPF_DW, BPF_REG_10, -8, 0),