aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-08 08:23:59 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-08 08:23:59 +0000
commitd6e38bd44894144e929bb3d45adfb29adad33fa9 (patch)
tree0c4e3f253b6f74440c21b74c5e5a56c46813fc16 /ChangeLog
parentd99957877d1dbe70922fb26914f55dc09e4e7de2 (diff)
downloadruby-d6e38bd44894144e929bb3d45adfb29adad33fa9.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53462 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 e3093f1294..813a9b582f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Fri Jan 8 17:07:14 2016 Koichi Sasada <ko1@atdot.net>
* gc.c: remove heap_page::heap. This field is only used to recognize
- whether a page is in a tomb or not. Instead of this field,
+ whether a page is in a tomb or not. Instead of this field,
heap_page::flags::in_tomb (1 bit field) is added.
Also type of heap_page::(total|free|final)_slots are changed from