mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix typo "overfow" to "overflow" [ci skip]
This commit is contained in:
+1
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user