aboutsummaryrefslogtreecommitdiff
path: root/trace2/tr2_ctr.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-10-04 14:21:40 -0700
committerJunio C Hamano <gitster@pobox.com>2024-10-04 14:21:40 -0700
commit4861bbf85a1265c6a0e939674bb4441e748d5542 (patch)
tree250a9e77608cbfc68446105261e1f8b9a3e15b84 /trace2/tr2_ctr.c
parent8895aca99693e22ec4856744d5b2c25b8736a111 (diff)
parent686f3337a6a96c317c42f08b1be2329d5ae4fe4f (diff)
downloadgit-4861bbf85a1265c6a0e939674bb4441e748d5542.tar.xz
Merge branch 'ak/typofix-2.46-maint'
Typofixes. * ak/typofix-2.46-maint: perl: fix a typo mergetool: fix a typo reftable: fix a typo trace2: fix typos
Diffstat (limited to 'trace2/tr2_ctr.c')
-rw-r--r--trace2/tr2_ctr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trace2/tr2_ctr.c b/trace2/tr2_ctr.c
index 036b643578..ee17bfa86b 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 */