* [PATCH] Fix typo in 'limit' for bpf test
@ 2025-05-13 18:03 Thomas Thelen
0 siblings, 0 replies; only message in thread
From: Thomas Thelen @ 2025-05-13 18:03 UTC (permalink / raw)
To: linux-kernel-mentees, skhan, linux-kselftest; +Cc: Thomas Thelen
Signed-off-by: Thomas Thelen <tommythelen@gmail.com>
---
tools/testing/selftests/bpf/bench.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/bpf/bench.c b/tools/testing/selftests/bpf/bench.c
index 1bd403a5ef7b..b25db4142126 100644
--- a/tools/testing/selftests/bpf/bench.c
+++ b/tools/testing/selftests/bpf/bench.c
@@ -497,7 +497,7 @@ extern const struct bench bench_rename_rawtp;
extern const struct bench bench_rename_fentry;
extern const struct bench bench_rename_fexit;
-/* pure counting benchmarks to establish theoretical lmits */
+/* pure counting benchmarks to establish theoretical limits */
extern const struct bench bench_trig_usermode_count;
extern const struct bench bench_trig_syscall_count;
extern const struct bench bench_trig_kernel_count;
--
2.48.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-05-13 18:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-13 18:03 [PATCH] Fix typo in 'limit' for bpf test Thomas Thelen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox