all: fix typos in comments (#20963)

This commit is contained in:
cui fliter 2024-03-05 00:41:55 +08:00 committed by GitHub
parent a58f980b02
commit 78602846e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 29 additions and 29 deletions

View file

@ -6592,7 +6592,7 @@ GC_INNER GC_bool GC_collection_in_progress(void);
/* Collection is in progress, or was abandoned. */
/* Push contents of the symbol residing in the static roots area */
/* excluded from scanning by the the collector for a reason. */
/* excluded from scanning by the collector for a reason. */
/* Note: it should be used only for symbols of relatively small size */
/* (one or several words). */
#define GC_PUSH_ALL_SYM(sym) GC_push_all_eager(&(sym), &(sym) + 1)
@ -7917,7 +7917,7 @@ typedef struct {
/* to allow it to be distinguished from a free list */
/* link. This means the plain version must have the least */
/* significant bit of zero. Note that blocks dropped by */
/* black-listing will also have the the least significant */
/* black-listing will also have the least significant */
/* bit clear once debugging has started; we are careful */
/* never to overwrite such a value. */
# if ALIGNMENT == 1