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>
This commit is contained in:
Sumanth Gavini 2025-05-16 18:17:22 -07:00 committed by Kees Cook
parent 73989c9988
commit a9b33aae79
1 changed files with 1 additions and 1 deletions

View 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>