diff options
| author | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2022-04-12 19:14:39 +0900 |
|---|---|---|
| committer | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2022-04-12 19:14:39 +0900 |
| commit | 48ffa2804431ea24fa7a3b6f5470122b0128ba22 (patch) | |
| tree | 1fc16fa58c3dfa29e635a46aa7974a98feb788a4 | |
| parent | de5aa98f396cfe900b456e78a9c451ac8a2a3e97 (diff) | |
Fix a typo [ci skip]
| -rw-r--r-- | gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5085,7 +5085,7 @@ try_move(rb_objspace_t *objspace, rb_heap_t *heap, struct heap_page *free_page, 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)) { |
