summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/xdp_features.c
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2023-02-06 12:22:29 +0300
committerAndrii Nakryiko <andrii@kernel.org>2023-02-07 01:51:30 +0300
commit8306829bf845186ec8c470c771243016c30c3d74 (patch)
tree528f8c120fe6b5e721b2f543c6f871b5f6ceba44 /tools/testing/selftests/bpf/xdp_features.c
parentd1d7730ff8756c6db20ff82096b577d8cfbaf547 (diff)
downloadlinux-8306829bf845186ec8c470c771243016c30c3d74.tar.xz
selftests/bpf: Fix spelling mistake "detecion" -> "detection"
There is a spelling mistake in a literal string. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20230206092229.46416-1-colin.i.king@gmail.com
Diffstat (limited to 'tools/testing/selftests/bpf/xdp_features.c')
-rw-r--r--tools/testing/selftests/bpf/xdp_features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/xdp_features.c b/tools/testing/selftests/bpf/xdp_features.c
index 10fad1243573..fce12165213b 100644
--- a/tools/testing/selftests/bpf/xdp_features.c
+++ b/tools/testing/selftests/bpf/xdp_features.c
@@ -57,7 +57,7 @@ static void sig_handler(int sig)
const char *argp_program_version = "xdp-features 0.0";
const char argp_program_doc[] =
-"XDP features detecion application.\n"
+"XDP features detection application.\n"
"\n"
"XDP features application checks the XDP advertised features match detected ones.\n"
"\n"