]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix `pydtrace.d` path comment in `Include/pydtrace.h` (#28539)
authorMark Hansen <mark@markhansen.co.nz>
Sat, 31 Dec 2022 17:10:25 +0000 (04:10 +1100)
committerGitHub <noreply@github.com>
Sat, 31 Dec 2022 17:10:25 +0000 (22:40 +0530)
Include/pydtrace.h

index 75f8e7f70979c5266635dcf476605421b6a0fad9..e197d36694537b188e8aaf8d8e89f770a3de96a1 100644 (file)
@@ -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: