summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorMark Hansen <mark@markhansen.co.nz>2022-12-31 17:10:25 (GMT)
committerGitHub <noreply@github.com>2022-12-31 17:10:25 (GMT)
commitbaf234971f20e5e6c7438f46889e9c8f172cc25e (patch)
tree684874e7f851a806d9594c4a46c20d399c886674 /Include
parentac7a0a9f9e9a749ebcdd9d1ac21f73449d279958 (diff)
downloadcpython-baf234971f20e5e6c7438f46889e9c8f172cc25e.zip
cpython-baf234971f20e5e6c7438f46889e9c8f172cc25e.tar.gz
cpython-baf234971f20e5e6c7438f46889e9c8f172cc25e.tar.bz2
Fix `pydtrace.d` path comment in `Include/pydtrace.h` (#28539)
Diffstat (limited to 'Include')
-rw-r--r--Include/pydtrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pydtrace.h b/Include/pydtrace.h
index 75f8e7f..e197d36 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: