summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index 874ff76e6f..6b8cd7e0e9 100644
--- a/gc.c
+++ b/gc.c
@@ -649,7 +649,7 @@ struct heap_page {
#if USE_RGENGC
bits_t wb_unprotected_bits[HEAP_BITMAP_LIMIT];
#endif
- /* the following three bitmaps are cleared at the beggining of full GC */
+ /* the following three bitmaps are cleared at the beginning of full GC */
bits_t mark_bits[HEAP_BITMAP_LIMIT];
#if USE_RGENGC
bits_t uncollectible_bits[HEAP_BITMAP_LIMIT];