Fixed a typo [ci skip]
This commit is contained in:
parent
32623150cd
commit
dc9089b51f
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"); \
|
rb_bug("TRY_WITH_GC: could not GC"); \
|
||||||
} \
|
} \
|
||||||
else if ((expr)) { \
|
else if ((expr)) { \
|
||||||
/* Suucess on 2nd try */ \
|
/* Success on 2nd try */ \
|
||||||
} \
|
} \
|
||||||
else { \
|
else { \
|
||||||
rb_bug("TRY_WITH_GC: could not allocate:" \
|
rb_bug("TRY_WITH_GC: could not allocate:" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user