diff --git a/mrbgems/mruby-bigint/core/bigint.h b/mrbgems/mruby-bigint/core/bigint.h index 2ab13dcb9..6de6f98a4 100644 --- a/mrbgems/mruby-bigint/core/bigint.h +++ b/mrbgems/mruby-bigint/core/bigint.h @@ -72,7 +72,7 @@ struct RBigint { * 01: zero (<--> 0) * 10: positive (<--> +1) * 11: UNUSED - * 0..3: size of embeded array; 15 means used with heap + * 0..3: size of embedded array; 15 means used with heap */ #define RBIGINT_EMBED_SIZE_MASK 0x0f