]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t0212/parse_events.perl
trace2: rename environment variables to GIT_TRACE2*
[thirdparty/git.git] / t / t0212 / parse_events.perl
index a2776ba216781b77c0d81920769efb35bb4c5fec..6584bb5634276e85c44beff001f8d72f09264df5 100644 (file)
@@ -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;