fix typos in crossinterp.c and qsbr.c (#142612)

This commit is contained in:
wangjingcun 2025-12-12 14:18:20 +08:00 committed by GitHub
parent 519bee474b
commit 2a820e2b9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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)
{