Fix typo "overfow" to "overflow" [ci skip]

This commit is contained in:
dearblue
2020-11-21 15:19:28 +09:00
parent eb52c29b2d
commit 1e340cf869
+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 */