From: Sumanth Gavini Date: Sat, 17 May 2025 01:17:22 +0000 (-0700) Subject: selftests: seccomp: Fix "performace" to "performance" X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=a9b33aae79cea2e55fd9204069a29b2e59f012a5;p=linux-2.6-microblaze.git selftests: seccomp: Fix "performace" to "performance" Fix misspelling reported by codespell Signed-off-by: Sumanth Gavini Link: https://lore.kernel.org/r/20250517011725.1149510-1-sumanth.gavini@yahoo.com Signed-off-by: Kees Cook --- 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