summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-07-30 09:45:37 +0900
committerYukihiro Matsumoto <[email protected]>2012-07-30 09:45:37 +0900
commiteb34ad365b4fc70f174398b6898e14f3001aca69 (patch)
treef421886d3e01b9f22842018e5b80fc630ea5db75 /include
parentff707384c37c2b12623055c00ba8b9a23aca9974 (diff)
downloadmruby-eb34ad365b4fc70f174398b6898e14f3001aca69.tar.gz
mruby-eb34ad365b4fc70f174398b6898e14f3001aca69.zip
fixed the comment English
Diffstat (limited to 'include')
-rw-r--r--include/mrbconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h
index b0a33aa43..45a5afabb 100644
--- a/include/mrbconf.h
+++ b/include/mrbconf.h
@@ -16,7 +16,7 @@
/* add -DMRB_USE_FLOAT to use float instead of double for floating point numbers */
//#define MRB_USE_FLOAT
-/* -DDISABLE_XXXX to change to drop the feature */
+/* -DDISABLE_XXXX to drop the feature */
#define DISABLE_REGEXP /* regular expression classes */
//#define DISABLE_SPRINTF /* Kernel.sprintf method */
//#define DISABLE_MATH /* Math functions */