[PATCH] selftests: seccomp: Fix "performace" to "performance"

Sumanth Gavini posted 1 patch 7 months ago
tools/testing/selftests/seccomp/seccomp_benchmark.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] selftests: seccomp: Fix "performace" to "performance"
Posted by Sumanth Gavini 7 months ago
Fix misspelling reported by codespell

Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com>
---
 tools/testing/selftests/seccomp/seccomp_benchmark.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>
-- 
2.43.0
Re: [PATCH] selftests: seccomp: Fix "performace" to "performance"
Posted by Kees Cook 7 months ago
On Fri, 16 May 2025 18:17:22 -0700, Sumanth Gavini wrote:
> Fix misspelling reported by codespell
> 
> 

Applied to for-next/seccomp, thanks!

[1/1] selftests: seccomp: Fix "performace" to "performance"
      https://git.kernel.org/kees/c/a9b33aae79ce

Take care,

-- 
Kees Cook