Skip to content

Commit 23925a1

Browse files
algonellgitster
authored andcommitted
trace2: fix typos
Fix typos in comments. Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e02cc08 commit 23925a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

trace2/tr2_ctr.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "trace2/tr2_ctr.h"
55

66
/*
7-
* A global counter block to aggregrate values from the partial sums
7+
* A global counter block to aggregate values from the partial sums
88
* from each thread.
99
*/
1010
static struct tr2_counter_block final_counter_block; /* access under tr2tls_mutex */

trace2/tr2_tls.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
/*
14-
* Arbitry limit for thread names for column alignment.
14+
* Arbitrary limit for thread names for column alignment.
1515
*/
1616
#define TR2_MAX_THREAD_NAME (24)
1717

0 commit comments

Comments
 (0)