summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-11-26 09:42:08 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-11-26 09:42:08 +0900
commita33f9d7b651aa62ecc22ed4facf01b9aa8ef03b0 (patch)
tree2f0559d47254c4db95fd5e15179a35341d16ec0f /include
parent50b57f6ff1444d2e9aada9055249c043bfc6bdf9 (diff)
downloadmruby-a33f9d7b651aa62ecc22ed4facf01b9aa8ef03b0.tar.gz
mruby-a33f9d7b651aa62ecc22ed4facf01b9aa8ef03b0.zip
Small refactoring regarding symbols for clarity.
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 1292f2224..d0e060256 100644
--- a/include/mrbconf.h
+++ b/include/mrbconf.h
@@ -150,7 +150,7 @@
/* -DMRB_USE_XXXX to enable following features */
//#define MRB_USE_DEBUG_HOOK /* hooks for debugger */
-//#define MRB_USE_ALL_SYMBOLS /* Symbols.all_symbols */
+//#define MRB_USE_ALL_SYMBOLS /* Symbol.all_symbols */
/* obsolete configurations */
#if defined(DISABLE_STDIO) || defined(MRB_DISABLE_STDIO)