mirror of
https://github.com/git/git.git
synced 2026-01-10 10:13:33 +00:00
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:
committed by
Junio C Hamano
parent
e02cc08a88
commit
23925a153d
@@ -4,7 +4,7 @@
|
|||||||
#include "trace2/tr2_ctr.h"
|
#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.
|
* from each thread.
|
||||||
*/
|
*/
|
||||||
static struct tr2_counter_block final_counter_block; /* access under tr2tls_mutex */
|
static struct tr2_counter_block final_counter_block; /* access under tr2tls_mutex */
|
||||||
|
|||||||
@@ -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)
|
#define TR2_MAX_THREAD_NAME (24)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user