Skip to content

Commit a9b33aa

Browse files
sumanth-gavinikees
authored andcommitted
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>
1 parent 73989c9 commit a9b33aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing/selftests/seccomp/seccomp_benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* 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.
44
*/
55
#define _GNU_SOURCE
66
#include <assert.h>

0 commit comments

Comments
 (0)