From: wangjingcun Date: Fri, 12 Dec 2025 06:18:20 +0000 (+0800) Subject: fix typos in crossinterp.c and qsbr.c (#142612) X-Git-Tag: v3.15.0a3~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a820e2b9cf9e470d9f5342019fca3fe7f4ed7bc;p=thirdparty%2FPython%2Fcpython.git fix typos in crossinterp.c and qsbr.c (#142612) --- diff --git a/Python/crossinterp.c b/Python/crossinterp.c index 542253c14de9..b43f33fdf977 100644 --- a/Python/crossinterp.c +++ b/Python/crossinterp.c @@ -3185,7 +3185,7 @@ _PyXI_InitTypes(PyInterpreterState *interp) "failed to initialize the cross-interpreter exception types"); } // We would initialize heap types here too but that leads to ref leaks. - // Instead, we intialize them in _PyXI_Init(). + // Instead, we initialize them in _PyXI_Init(). return _PyStatus_OK(); } diff --git a/Python/qsbr.c b/Python/qsbr.c index b2153bf9d672..6bf5b75f3466 100644 --- a/Python/qsbr.c +++ b/Python/qsbr.c @@ -57,7 +57,7 @@ qsbr_allocate(struct _qsbr_shared *shared) return qsbr; } -// Initialize (or reintialize) the freelist of QSBR thread states +// Initialize (or reinitialize) the freelist of QSBR thread states static void initialize_new_array(struct _qsbr_shared *shared) {