From: Ikko Ashimine Date: Mon, 5 Dec 2022 05:42:38 +0000 (+0900) Subject: no-issue: Fix typo in pycore_object.h (gh-99994) X-Git-Tag: v3.12.0a3~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdc93b8a3563b4a3adb25fa902c0c879ccf427f6;p=thirdparty%2FPython%2Fcpython.git no-issue: Fix typo in pycore_object.h (gh-99994) --- diff --git a/Include/internal/pycore_object.h b/Include/internal/pycore_object.h index 33c8c0b75ea7..8796dfe2f6b8 100644 --- a/Include/internal/pycore_object.h +++ b/Include/internal/pycore_object.h @@ -373,7 +373,7 @@ PyAPI_FUNC(PyObject *) _PyObject_LookupSpecial(PyObject *, PyObject *); * match. * * Third party code unintentionally rely on problematic fpcasts. The call - * trampoline mitigates common occurences of bad fpcasts on Emscripten. + * trampoline mitigates common occurrences of bad fpcasts on Emscripten. */ #if defined(__EMSCRIPTEN__) && defined(PY_CALL_TRAMPOLINE) #define _PyCFunction_TrampolineCall(meth, self, args) \