1
0
Fork 0
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:
Nobuyoshi Nakada 2020-04-21 13:35:31 +09:00
parent 32623150cd
commit dc9089b51f
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

2
gc.c
View file

@ -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:" \