We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02cc08 commit 23925a1Copy full SHA for 23925a1
trace2/tr2_ctr.c
@@ -4,7 +4,7 @@
4
#include "trace2/tr2_ctr.h"
5
6
/*
7
- * A global counter block to aggregrate values from the partial sums
+ * A global counter block to aggregate values from the partial sums
8
* from each thread.
9
*/
10
static struct tr2_counter_block final_counter_block; /* access under tr2tls_mutex */
trace2/tr2_tls.h
@@ -11,7 +11,7 @@
11
12
13
14
- * Arbitry limit for thread names for column alignment.
+ * Arbitrary limit for thread names for column alignment.
15
16
#define TR2_MAX_THREAD_NAME (24)
17
0 commit comments