diff options
Diffstat (limited to 'include/private/gc_pmark.h')
-rw-r--r-- | include/private/gc_pmark.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/gc_pmark.h b/include/private/gc_pmark.h index 0192ef7c..05a7c144 100644 --- a/include/private/gc_pmark.h +++ b/include/private/gc_pmark.h @@ -473,7 +473,7 @@ typedef int mark_state_t; /* Current state of marking, as follows:*/ /* grungy objects above scan_ptr. */ #define MS_PUSH_UNCOLLECTABLE 2 /* I holds, except that marked */ - /* uncollectable objects above scan_ptr */ + /* uncollectible objects above scan_ptr */ /* may point to unmarked objects. */ /* Roots may point to unmarked objects */ |