selftests: seccomp: Fix "performace" to "performance"
authorSumanth Gavini <sumanth.gavini@yahoo.com>
Sat, 17 May 2025 01:17:22 +0000 (18:17 -0700)
committerKees Cook <kees@kernel.org>
Tue, 20 May 2025 20:16:39 +0000 (13:16 -0700)
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>
tools/testing/selftests/seccomp/seccomp_benchmark.c

index 94886c8..5822e25 100644 (file)
@@ -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>