From 81ea81e05c81a2ce9b7bbf6443c95cd9388af119 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Masaya Date: Wed, 11 Oct 2017 19:52:21 +0900 Subject: Fix typo --- include/mrbconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/mrbconf.h b/include/mrbconf.h index 36008f917..eb2d69187 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -29,7 +29,7 @@ //#define MRB_USE_FLOAT /* exclude floating point numbers */ -//#define MRB_WITUOUT_FLOAT +//#define MRB_WITHOUT_FLOAT /* add -DMRB_INT16 to use 16bit integer for mrb_int; conflict with MRB_INT64 */ //#define MRB_INT16 @@ -48,7 +48,7 @@ # endif #endif -/* represent mrb_value in boxed double; conflict with MRB_USE_FLOAT and MRB_WITUOUT_FLOAT */ +/* represent mrb_value in boxed double; conflict with MRB_USE_FLOAT and MRB_WITHOUT_FLOAT */ //#define MRB_NAN_BOXING /* define on big endian machines; used by MRB_NAN_BOXING */ -- cgit v1.2.3