mirror of
https://github.com/git/git
synced 2024-11-05 01:58:18 +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:
parent
e02cc08a88
commit
23925a153d
2 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue