]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typos in sysmodule (GH-23883)
authorJoannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>
Tue, 22 Dec 2020 22:31:46 +0000 (18:31 -0400)
committerGitHub <noreply@github.com>
Tue, 22 Dec 2020 22:31:46 +0000 (18:31 -0400)
Python/sysmodule.c

index b80d37df42c8080cf2e293e61c97c5dba9332a5d..720532eade29b3797bc426b34be556ca100aab67 100644 (file)
@@ -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