Skip to content

Commit c48af99

Browse files
bbolligitster
authored andcommitted
trace2: fix a comment
When the trace2 counter mechanism was added in 8107162 (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fb7d80e commit c48af99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trace2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ void trace2_timer_stop(enum trace2_timer_id tid);
540540
* elsewhere as array indexes).
541541
*
542542
* Any values added to this enum be also be added to the
543-
* `tr2_counter_metadata[]` in `trace2/tr2_tr2_ctr.c`.
543+
* `tr2_counter_metadata[]` in `trace2/tr2_ctr.c`.
544544
*/
545545
enum trace2_counter_id {
546546
/*

0 commit comments

Comments
 (0)