[Python-checkins] Fix `pydtrace.d` path comment in `Include/pydtrace.h` (#28539)

kumaraditya303 webhook-mailer at python.org
Sat Dec 31 12:10:37 EST 2022


https://github.com/python/cpython/commit/baf234971f20e5e6c7438f46889e9c8f172cc25e
commit: baf234971f20e5e6c7438f46889e9c8f172cc25e
branch: main
author: Mark Hansen <mark at markhansen.co.nz>
committer: kumaraditya303 <59607654+kumaraditya303 at users.noreply.github.com>
date: 2022-12-31T22:40:25+05:30
summary:

Fix `pydtrace.d` path comment in `Include/pydtrace.h` (#28539)

files:
M Include/pydtrace.h

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:



More information about the Python-checkins mailing list