From: Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com> Date: Tue, 22 Dec 2020 22:31:46 +0000 (-0400) Subject: Fix typos in sysmodule (GH-23883) X-Git-Tag: v3.10.0a4~105 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46b5c6be29f6470a20dd0dbd34e794debcee7c04;p=thirdparty%2FPython%2Fcpython.git Fix typos in sysmodule (GH-23883) --- diff --git a/Python/sysmodule.c b/Python/sysmodule.c index b80d37df42c8..720532eade29 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -1907,12 +1907,12 @@ sys__debugmallocstats_impl(PyObject *module) } #ifdef Py_TRACE_REFS -/* Defined in objects.c because it uses static globals if that file */ +/* Defined in objects.c because it uses static globals in that file */ extern PyObject *_Py_GetObjects(PyObject *, PyObject *); #endif #ifdef DYNAMIC_EXECUTION_PROFILE -/* Defined in ceval.c because it uses static globals if that file */ +/* Defined in ceval.c because it uses static globals in that file */ extern PyObject *_Py_GetDXProfile(PyObject *, PyObject *); #endif