Skip to content

Commit 8306829

Browse files
ColinIanKinganakryiko
authored andcommitted
selftests/bpf: Fix spelling mistake "detecion" -> "detection"
There is a spelling mistake in a literal string. Fix it. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent d1d7730 commit 8306829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/bpf/xdp_features.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ static void sig_handler(int sig)
5757

5858
const char *argp_program_version = "xdp-features 0.0";
5959
const char argp_program_doc[] =
60-
"XDP features detecion application.\n"
60+
"XDP features detection application.\n"
6161
"\n"
6262
"XDP features application checks the XDP advertised features match detected ones.\n"
6363
"\n"

0 commit comments

Comments
 (0)