From 28836147728894d0e6e661e5d1daec9fb3797e84 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Wed, 2 Jul 2025 07:03:36 -0400 Subject: [PATCH] Update util/analyze-contention-log.sh Co-authored-by: Matt Caswell Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/27912) --- util/analyze-contention-log.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/analyze-contention-log.sh b/util/analyze-contention-log.sh index d1603b0c20c..6ad58e489b2 100755 --- a/util/analyze-contention-log.sh +++ b/util/analyze-contention-log.sh @@ -101,7 +101,7 @@ done # # Now because we have our cumulative latencies recorded in files named -# after their total cumulative latency, we can easily to a numerical +# after their total cumulative latency, we can easily do a numerical # sort on them in reverse order to display them from greatest to least # echo "Top latencies" -- 2.39.5