Merge pull request #5158 from dearblue/typo

Fix typo "overfow" to "overflow" [ci skip]
This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-11-21 15:49:29 +09:00
committed by GitHub
+1 -1
View File
@@ -287,7 +287,7 @@ typedef struct mrb_state {
struct RObject *nomem_err; /* pre-allocated NoMemoryError */
struct RObject *stack_err; /* pre-allocated SysStackError */
#ifdef MRB_GC_FIXED_ARENA
struct RObject *arena_err; /* pre-allocated arena overfow error */
struct RObject *arena_err; /* pre-allocated arena overflow error */
#endif
void *ud; /* auxiliary data */