From 57489cfb6ade2e133f11b709c9b69b95689598d3 Mon Sep 17 00:00:00 2001 From: wangjingcun Date: Fri, 12 Dec 2025 11:44:49 +0800 Subject: [PATCH] chore: fix some comments to improve readability Signed-off-by: wangjingcun --- Python/crossinterp.c | 2 +- Python/qsbr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Python/crossinterp.c b/Python/crossinterp.c index 542253c14de9b8..b43f33fdf97771 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 b2153bf9d67230..6bf5b75f346690 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) {