Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sumanth Gavini and committed by
Kees Cook
a9b33aae 73989c99

+1 -1
+1 -1
tools/testing/selftests/seccomp/seccomp_benchmark.c
··· 1 1 /* 2 2 * Strictly speaking, this is not a test. But it can report during test 3 - * runs so relative performace can be measured. 3 + * runs so relative performance can be measured. 4 4 */ 5 5 #define _GNU_SOURCE 6 6 #include <assert.h>