summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_pybuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/internal/pycore_pybuffer.h')
-rw-r--r--Include/internal/pycore_pybuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/internal/pycore_pybuffer.h b/Include/internal/pycore_pybuffer.h
index 3cbc290..9439d2b 100644
--- a/Include/internal/pycore_pybuffer.h
+++ b/Include/internal/pycore_pybuffer.h
@@ -9,7 +9,7 @@ extern "C" {
#endif
-// Exported for the _xxinterpchannels module.
+// Exported for the _interpchannels module.
PyAPI_FUNC(int) _PyBuffer_ReleaseInInterpreter(
PyInterpreterState *interp, Py_buffer *view);
PyAPI_FUNC(int) _PyBuffer_ReleaseInInterpreterAndRawFree(