From c420603f7252476e7d524ff174a9f8563cf87f92 Mon Sep 17 00:00:00 2001 From: hsbt Date: Mon, 15 Jan 2018 12:00:06 +0000 Subject: Fix a typo. * gc.c: beacuse -> because. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- gc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gc.c b/gc.c index b3edd4c54b..0316cf243b 100644 --- a/gc.c +++ b/gc.c @@ -1405,7 +1405,7 @@ static void heap_pages_expand_sorted(rb_objspace_t *objspace) { /* usually heap_allocatable_pages + heap_eden->total_pages == heap_pages_sorted_length - * beacuse heap_allocatable_pages contains heap_tomb->total_pages (recycle heap_tomb pages). + * because heap_allocatable_pages contains heap_tomb->total_pages (recycle heap_tomb pages). * howerver, if there are pages which do not have empty slots, then try to create new pages * so that the additional allocatable_pages counts (heap_tomb->total_pages) are added. */ -- cgit v1.2.3