File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3185,7 +3185,7 @@ _PyXI_InitTypes(PyInterpreterState *interp)
31853185 "failed to initialize the cross-interpreter exception types" );
31863186 }
31873187 // We would initialize heap types here too but that leads to ref leaks.
3188- // Instead, we intialize them in _PyXI_Init().
3188+ // Instead, we initialize them in _PyXI_Init().
31893189 return _PyStatus_OK ();
31903190}
31913191
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ qsbr_allocate(struct _qsbr_shared *shared)
5757 return qsbr ;
5858}
5959
60- // Initialize (or reintialize ) the freelist of QSBR thread states
60+ // Initialize (or reinitialize ) the freelist of QSBR thread states
6161static void
6262initialize_new_array (struct _qsbr_shared * shared )
6363{
You can’t perform that action at this time.
0 commit comments