From 23925a153deec68f1f0b8d9d68560a54cfe5b180 Mon Sep 17 00:00:00 2001 From: Andrew Kreimer Date: Thu, 3 Oct 2024 01:38:12 +0300 Subject: trace2: fix typos Fix typos in comments. Signed-off-by: Andrew Kreimer Signed-off-by: Junio C Hamano --- trace2/tr2_ctr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trace2/tr2_ctr.c') diff --git a/trace2/tr2_ctr.c b/trace2/tr2_ctr.c index d3a33715c1..bdf78ed8f3 100644 --- a/trace2/tr2_ctr.c +++ b/trace2/tr2_ctr.c @@ -4,7 +4,7 @@ #include "trace2/tr2_ctr.h" /* - * A global counter block to aggregrate values from the partial sums + * A global counter block to aggregate values from the partial sums * from each thread. */ static struct tr2_counter_block final_counter_block; /* access under tr2tls_mutex */ -- cgit v1.3-6-g1900