mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: fix typos in comments (#20963)
This commit is contained in:
parent
a58f980b02
commit
78602846e5
21 changed files with 29 additions and 29 deletions
4
thirdparty/libgc/gc.c
vendored
4
thirdparty/libgc/gc.c
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue