From 446d5e700873665aa9453dd079e0cf230e5558c8 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sat, 25 Dec 2021 22:47:45 -0500 Subject: [PATCH] spelling: measure Signed-off-by: Josh Soref --- qoibench.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qoibench.c b/qoibench.c index dcee66ed..f5224ea5 100644 --- a/qoibench.c +++ b/qoibench.c @@ -388,7 +388,7 @@ void benchmark_print_result(benchmark_result_t res) { printf("\n"); } -// Run __VA_ARGS__ a number of times and meassure the time taken. The first +// Run __VA_ARGS__ a number of times and measure the time taken. The first // run is ignored. #define BENCHMARK_FN(NOWARMUP, RUNS, AVG_TIME, ...) \ do { \