summaryrefslogtreecommitdiffstats
path: root/include/ruby/ruby.h
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-09 11:59:40 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-09 11:59:40 +0000
commit96935a4d4159d66dd686de3b0a3717fbc45ecb81 (patch)
tree365ebbb02fc6a8ebe14236775ad3ea0a4a4a0310 /include/ruby/ruby.h
parente023f0e019d1d124284b6d764ff5c6a3131edf0e (diff)
downloadruby-96935a4d4159d66dd686de3b0a3717fbc45ecb81.tar.gz
ruby-96935a4d4159d66dd686de3b0a3717fbc45ecb81.tar.xz
ruby-96935a4d4159d66dd686de3b0a3717fbc45ecb81.zip
fix typos.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby/ruby.h')
-rw-r--r--include/ruby/ruby.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h
index e7ce62700..d8ae11b20 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,