mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed a typo [ci skip]
This commit is contained in:
parent
32623150cd
commit
dc9089b51f
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -9876,7 +9876,7 @@ objspace_malloc_fixup(rb_objspace_t *objspace, void *mem, size_t size)
|
|||
rb_bug("TRY_WITH_GC: could not GC"); \
|
||||
} \
|
||||
else if ((expr)) { \
|
||||
/* Suucess on 2nd try */ \
|
||||
/* Success on 2nd try */ \
|
||||
} \
|
||||
else { \
|
||||
rb_bug("TRY_WITH_GC: could not allocate:" \
|
||||
|
|
Loading…
Add table
Reference in a new issue