summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-05 11:35:50 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-05 11:35:50 +0000
commit27e92c66499384653955de64122dc129da73738f (patch)
tree3cb546c382de7f11e1cf7ff844a012658a538ae2 /include
parent3264042eb9a6cfe4089f33ff4578328dcabcfb1d (diff)
* include/ruby/ruby.h: fix alignment in comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-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 77fb1afa8d..7ce16ee133 100644
--- a/include/ruby/ruby.h
+++ b/include/ruby/ruby.h
@@ -382,7 +382,7 @@ USE_FLONUM
...xxxx xx10 Flonum
...0000 1100 Symbol
...0000 0000 Qfalse 0x00 = 0
-...0000 1000 Qnil 0x08 = 8
+...0000 1000 Qnil 0x08 = 8
...0001 0100 Qtrue 0x14 = 20
...0011 0100 Qundef 0x34 = 52
*/