summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/seccomp
diff options
context:
space:
mode:
authorSumanth Gavini <sumanth.gavini@yahoo.com>2025-05-17 04:17:22 +0300
committerKees Cook <kees@kernel.org>2025-05-20 23:16:39 +0300
commita9b33aae79cea2e55fd9204069a29b2e59f012a5 (patch)
tree97cb967411b5227c5e5dfcd72cee634b5cf9c46c /tools/testing/selftests/seccomp
parent73989c998814d82c71d523c104c398925470d59e (diff)
downloadlinux-a9b33aae79cea2e55fd9204069a29b2e59f012a5.tar.xz
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>
Diffstat (limited to 'tools/testing/selftests/seccomp')
-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>