]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
no-issue: Fix typo in pycore_object.h (gh-99994)
authorIkko Ashimine <eltociear@gmail.com>
Mon, 5 Dec 2022 05:42:38 +0000 (14:42 +0900)
committerGitHub <noreply@github.com>
Mon, 5 Dec 2022 05:42:38 +0000 (14:42 +0900)
Include/internal/pycore_object.h

index 33c8c0b75ea7427a4b48f968af4c0b4047ef6970..8796dfe2f6b8cf65eea4c9cd720defff63ebbaab 100644 (file)
@@ -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) \