bpf, selftests: Fix spelling mistake "tained" -> "tainted"
authorColin Ian King <colin.i.king@gmail.com>
Fri, 17 Dec 2021 18:24:00 +0000 (18:24 +0000)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 17 Dec 2021 22:15:16 +0000 (23:15 +0100)
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
tools/testing/selftests/bpf/verifier/value_ptr_arith.c

index 4d347bc53aa28e2c439ce225402731d5d08e512c..359f3e8f8b6044a21674bff0a63c2815045e739f 100644 (file)
        .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),