From: Mark Hansen Date: Sat, 31 Dec 2022 17:10:25 +0000 (+1100) Subject: Fix `pydtrace.d` path comment in `Include/pydtrace.h` (#28539) X-Git-Tag: v3.12.0a4~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=baf234971f20e5e6c7438f46889e9c8f172cc25e;p=thirdparty%2FPython%2Fcpython.git Fix `pydtrace.d` path comment in `Include/pydtrace.h` (#28539) --- diff --git a/Include/pydtrace.h b/Include/pydtrace.h index 75f8e7f70979..e197d3669453 100644 --- a/Include/pydtrace.h +++ b/Include/pydtrace.h @@ -12,7 +12,7 @@ extern "C" { /* pydtrace_probes.h, on systems with DTrace, is auto-generated to include `PyDTrace_{PROBE}` and `PyDTrace_{PROBE}_ENABLED()` macros for every probe - defined in pydtrace_provider.d. + defined in pydtrace.d. Calling these functions must be guarded by a `PyDTrace_{PROBE}_ENABLED()` check to minimize performance impact when probing is off. For example: