aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorSumanth Gavini <sumanth.gavini@yahoo.com>2025-05-16 18:17:22 -0700
committerKees Cook <kees@kernel.org>2025-05-20 13:16:39 -0700
commita9b33aae79cea2e55fd9204069a29b2e59f012a5 (patch)
tree97cb967411b5227c5e5dfcd72cee634b5cf9c46c
parentselftests/seccomp: fix negative_ENOSYS tracer tests on arm32 (diff)
downloadwireguard-linux-a9b33aae79cea2e55fd9204069a29b2e59f012a5.tar.xz
wireguard-linux-a9b33aae79cea2e55fd9204069a29b2e59f012a5.zip
selftests: seccomp: Fix "performace" to "performance"
Fix misspelling reported by codespell Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com> Link: https://lore.kernel.org/r/20250517011725.1149510-1-sumanth.gavini@yahoo.com Signed-off-by: Kees Cook <kees@kernel.org>
-rw-r--r--tools/testing/selftests/seccomp/seccomp_benchmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/seccomp/seccomp_benchmark.c b/tools/testing/selftests/seccomp/seccomp_benchmark.c
index 94886c82ae60..5822e25e0217 100644
--- a/tools/testing/selftests/seccomp/seccomp_benchmark.c
+++ b/tools/testing/selftests/seccomp/seccomp_benchmark.c
@@ -1,6 +1,6 @@
/*
* Strictly speaking, this is not a test. But it can report during test
- * runs so relative performace can be measured.
+ * runs so relative performance can be measured.
*/
#define _GNU_SOURCE
#include <assert.h>