trace2: fix typos

Fix typos in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Andrew Kreimer 2024-10-03 01:38:12 +03:00 committed by Junio C Hamano
parent e02cc08a88
commit 23925a153d
2 changed files with 2 additions and 2 deletions

View 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 */

View 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)