Skip to content

Commit baf2349

Browse files
authored
Fix pydtrace.d path comment in Include/pydtrace.h (#28539)
1 parent ac7a0a9 commit baf2349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/pydtrace.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extern "C" {
1212

1313
/* pydtrace_probes.h, on systems with DTrace, is auto-generated to include
1414
`PyDTrace_{PROBE}` and `PyDTrace_{PROBE}_ENABLED()` macros for every probe
15-
defined in pydtrace_provider.d.
15+
defined in pydtrace.d.
1616
1717
Calling these functions must be guarded by a `PyDTrace_{PROBE}_ENABLED()`
1818
check to minimize performance impact when probing is off. For example:

0 commit comments

Comments
 (0)