bpf: Fix spelling mistake "arithmatic" -> "arithmetic" in test_verifier
authorColin Ian King <colin.king@canonical.com>
Tue, 31 Mar 2020 10:00:30 +0000 (11:00 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 2 Apr 2020 22:29:54 +0000 (00:29 +0200)
There are a couple of spelling mistakes in two literal strings, fix them.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20200331100030.41372-1-colin.king@canonical.com
tools/testing/selftests/bpf/verifier/bounds.c

index 4d0d09574bf4bb4a1ed42267821c0040771d1f5c..a253a064e6e059056d6389b87c5540e5cc37ebfe 100644 (file)
        .result = REJECT
 },
 {
-       "bounds check mixed 32bit and 64bit arithmatic. test1",
+       "bounds check mixed 32bit and 64bit arithmetic. test1",
        .insns = {
        BPF_MOV64_IMM(BPF_REG_0, 0),
        BPF_MOV64_IMM(BPF_REG_1, -1),
        .result = ACCEPT
 },
 {
-       "bounds check mixed 32bit and 64bit arithmatic. test2",
+       "bounds check mixed 32bit and 64bit arithmetic. test2",
        .insns = {
        BPF_MOV64_IMM(BPF_REG_0, 0),
        BPF_MOV64_IMM(BPF_REG_1, -1),