diff options
Diffstat (limited to 'include/ruby/ruby.h')
| -rw-r--r-- | include/ruby/ruby.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h index e7ce62700c..d8ae11b204 100644 --- a/include/ruby/ruby.h +++ b/include/ruby/ruby.h @@ -265,7 +265,7 @@ VALUE rb_ull2inum(unsigned LONG_LONG); #define ID2SYM(x) (((VALUE)(x)<<RUBY_SPECIAL_SHIFT)|SYMBOL_FLAG) #define SYM2ID(x) RSHIFT((unsigned long)x,RUBY_SPECIAL_SHIFT) -/* special contants - i.e. non-zero and non-fixnum constants */ +/* special constants - i.e. non-zero and non-fixnum constants */ enum ruby_special_consts { RUBY_Qfalse = 0, RUBY_Qtrue = 2, |
