From a85cdb5a6e7d735b03eb5ae80e5ac0c5424eb259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ka=C3=ADque=20Kandy=20Koga?= Date: Tue, 10 May 2022 01:07:16 -0300 Subject: [PATCH] Write have instead of have have [ci skip --- gc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gc.c b/gc.c index cc012f9e91..8f4a32621b 100644 --- a/gc.c +++ b/gc.c @@ -5434,7 +5434,7 @@ gc_sweep_page(rb_objspace_t *objspace, rb_heap_t *heap, struct gc_sweep_context bits[BITMAP_INDEX(p) + page_rvalue_count / BITS_BITLENGTH] |= ~(((bits_t)1 << out_of_range_bits) - 1); } - /* The last bitmap plane may not be used if the last plane does not have + /* The last bitmap plane may not be used if the last plane does not * have enough space for the slot_size. In that case, the last plane must * be skipped since none of the bits will be set. */ int bitmap_plane_count = CEILDIV(NUM_IN_PAGE(p) + page_rvalue_count, BITS_BITLENGTH);