aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/internal/attr/const.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/internal/attr/const.h')
-rw-r--r--include/ruby/internal/attr/const.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/internal/attr/const.h b/include/ruby/internal/attr/const.h
index d5b8da0c2d..b1f27e2606 100644
--- a/include/ruby/internal/attr/const.h
+++ b/include/ruby/internal/attr/const.h
@@ -36,7 +36,7 @@
# define RBIMPL_ATTR_CONST() /* void */
#endif
-/** Enables #RBIMPL_ATTR_CONST iff. ! #RUBY_DEBUG. */
+/** Enables #RBIMPL_ATTR_CONST if and only if. ! #RUBY_DEBUG. */
#if !RUBY_DEBUG
# define RBIMPL_ATTR_CONST_UNLESS_DEBUG() RBIMPL_ATTR_CONST()
#else