From 801b9ec62d94f201e67d053ee90dae0b70e50a42 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 26 Jun 2023 15:10:27 +0200 Subject: chore: fix typos (#19572) --- bench_util/profiling.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench_util') diff --git a/bench_util/profiling.rs b/bench_util/profiling.rs index 3bdda072b..25277ac7a 100644 --- a/bench_util/profiling.rs +++ b/bench_util/profiling.rs @@ -26,7 +26,7 @@ macro_rules! bench_or_profile { )+ if $crate::is_profiling() { - // Run profling + // Run profiling $crate::run_profiles(&test_opts, benches); } else { // Run benches -- cgit v1.2.3