[前][次][番号順一覧][スレッド一覧]

ruby-changes:71701

From: Kazuhiro <ko1@a...>
Date: Tue, 12 Apr 2022 19:15:10 +0900 (JST)
Subject: [ruby-changes:71701] 48ffa28044 (master): Fix a typo [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=48ffa28044

From 48ffa2804431ea24fa7a3b6f5470122b0128ba22 Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Tue, 12 Apr 2022 19:14:39 +0900
Subject: Fix a typo [ci skip]

---
 gc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gc.c b/gc.c
index 2a2d1a169a..83accd8714 100644
--- a/gc.c
+++ b/gc.c
@@ -5085,7 +5085,7 @@ try_move(rb_objspace_t *objspace, rb_heap_t *heap, struct heap_page *free_page, https://github.com/ruby/ruby/blob/trunk/gc.c#L5085
         return false;
     }
 
-    /* We should return true if either src is sucessfully moved, or src is
+    /* We should return true if either src is successfully moved, or src is
      * unmoveable. A false return will cause the sweeping cursor to be
      * incremented to the next page, and src will attempt to move again */
     if (gc_is_moveable_obj(objspace, src)) {
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]