aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-10 23:55:36 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-10 23:55:36 +0000
commit7ed018698200e5de67ec2eca5c9c320f1d575d58 (patch)
tree763e99713cd4ba3f034e8fccfbbc2dbf5f242a77 /ChangeLog
parent4bc9850db0d445e62eead401add252c709081727 (diff)
downloadruby-7ed018698200e5de67ec2eca5c9c320f1d575d58.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a06a0ee4f..546871d0c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Thu Jun 11 08:52:01 2015 Koichi Sasada <ko1@atdot.net>
- * method.h: embed rb_method_entry_t::attr::flags (5 bits) into
+ * method.h: embed rb_method_entry_t::attr::flags (5 bits) into
rb_method_entry_t::flags to make one word spare space.
Add some macros to access these flags.