summaryrefslogtreecommitdiff
path: root/t/t0212/parse_events.perl
diff options
context:
space:
mode:
Diffstat (limited to 't/t0212/parse_events.perl')
-rw-r--r--t/t0212/parse_events.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0212/parse_events.perl b/t/t0212/parse_events.perl
index a2776ba216..6584bb5634 100644
--- a/t/t0212/parse_events.perl
+++ b/t/t0212/parse_events.perl
@@ -26,7 +26,7 @@ use Getopt::Long;
# The version of the trace2 event target format that we understand.
# This is reported in the 'version' event in the 'evt' field.
-# It comes from the GIT_TR2_EVENT_VERSION macro in trace2/tr2_tgt_event.c
+# It comes from the GIT_TRACE2_EVENT_VERSION macro in trace2/tr2_tgt_event.c
my $evt_version = '1';
my $show_children = 1;