summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Kreimer <algonell@gmail.com>2024-10-03 00:38:12 +0200
committerJunio C Hamano <gitster@pobox.com>2024-10-03 21:06:50 +0200
commit23925a153deec68f1f0b8d9d68560a54cfe5b180 (patch)
tree6b4626343eeb9c199537fdaf7aa65a722881a7a4
parentupload-pack: fix a typo (diff)
downloadgit-23925a153deec68f1f0b8d9d68560a54cfe5b180.tar.xz
git-23925a153deec68f1f0b8d9d68560a54cfe5b180.zip
trace2: fix typos
Fix typos in comments. Signed-off-by: Andrew Kreimer <algonell@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--trace2/tr2_ctr.c2
-rw-r--r--trace2/tr2_tls.h2
2 files changed, 2 insertions, 2 deletions
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 */
diff --git a/trace2/tr2_tls.h b/trace2/tr2_tls.h
index 3dfe6557fc..3bdbf4d275 100644
--- a/trace2/tr2_tls.h
+++ b/trace2/tr2_tls.h
@@ -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)