Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeat Bolli <dev+git@drbeat.li>2023-07-20 02:24:43 +0300
committerJunio C Hamano <gitster@pobox.com>2023-07-20 03:02:16 +0300
commitc48af99a3e516efd0873b9e8c1f1feda453e3cf1 (patch)
treea7878cd82c01c4de2bd3b5b0463bf4f678d23455 /trace2.h
parentfb7d80edcae482f4fa5d4be0227dc3054734e5f3 (diff)
trace2: fix a comment
When the trace2 counter mechanism was added in 81071626ba (trace2: add global counter mechanism, 2022-10-24), the name of the file where new counters are added was misspelled in a comment. Use the correct file name. Signed-off-by: Beat Bolli <dev+git@drbeat.li> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'trace2.h')
-rw-r--r--trace2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/trace2.h b/trace2.h
index 4ced30c0db..85f1b866b6 100644
--- a/trace2.h
+++ b/trace2.h
@@ -540,7 +540,7 @@ void trace2_timer_stop(enum trace2_timer_id tid);
* elsewhere as array indexes).
*
* Any values added to this enum be also be added to the
- * `tr2_counter_metadata[]` in `trace2/tr2_tr2_ctr.c`.
+ * `tr2_counter_metadata[]` in `trace2/tr2_ctr.c`.
*/
enum trace2_counter_id {
/*