]> git.ipfire.org Git - thirdparty/git.git/commitdiff
trace2: fix typos
authorAndrew Kreimer <algonell@gmail.com>
Wed, 2 Oct 2024 22:38:12 +0000 (01:38 +0300)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Oct 2024 19:06:50 +0000 (12:06 -0700)
Fix typos in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
trace2/tr2_ctr.c
trace2/tr2_tls.h

index d3a33715c14b9c83647cc4940da4d1abad30dc63..bdf78ed8f33fe41ab7e22f7e2cf026cf30a0f924 100644 (file)
@@ -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 */
index 3dfe6557fc46129edfa7a121522e9a6d54973f28..3bdbf4d2754b40ba81aa3d92ea593fb52b843df1 100644 (file)
@@ -11,7 +11,7 @@
  */
 
 /*
- * Arbitry limit for thread names for column alignment.
+ * Arbitrary limit for thread names for column alignment.
  */
 #define TR2_MAX_THREAD_NAME (24)