diff options
| author | Andrew Kreimer <algonell@gmail.com> | 2024-10-03 01:38:12 +0300 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-10-03 12:06:50 -0700 |
| commit | 23925a153deec68f1f0b8d9d68560a54cfe5b180 (patch) | |
| tree | 6b4626343eeb9c199537fdaf7aa65a722881a7a4 /trace2/tr2_ctr.c | |
| parent | e02cc08a88e7d0323391e68937e75c11e3e3cfef (diff) | |
| download | git-23925a153deec68f1f0b8d9d68560a54cfe5b180.tar.gz | |
trace2: fix typos
Fix typos in comments.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'trace2/tr2_ctr.c')
| -rw-r--r-- | trace2/tr2_ctr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trace2/tr2_ctr.c b/trace2/tr2_ctr.c index d3a33715c1..bdf78ed8f3 100644 --- a/trace2/tr2_ctr.c +++ b/trace2/tr2_ctr.c @@ -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 */ |
