summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-14 00:37:39 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-14 00:37:39 +0000
commitb4d0f63529deabda2aa42581f6bd2a4e9f4e0565 (patch)
treec0012f00a8a612e80033487baac491bfa533e6cb
parentf254b689f22588d8ffa6f2600ad771a7561a82b1 (diff)
fix a typo and remove "file (func):" only duplicated of upper entry
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 1 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d1d0edc7bf..280414dabd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,7 +31,7 @@ Tue May 14 03:10:59 2013 Koichi Sasada <ko1@atdot.net>
Tue May 14 02:47:30 2013 Koichi Sasada <ko1@atdot.net>
* gc.c: support RGENGC. [ruby-trunk - Feature #8339]
- See this ticet about RGENGC.
+ See this ticket about RGENGC.
* gc.c: Add several flags:
* RGENGC_DEBUG: if >0, then prints debug information.
@@ -89,8 +89,6 @@ Tue May 14 01:54:48 2013 Koichi Sasada <ko1@atdot.net>
with checking objspace->heap.marked_num. At this point, we only
need to check availability of free-cell.
- * gc.c (gc_prepare_free_objects):
-
* gc.c (lazy_sweep): call after_gc_sweep() if there are no sweep_able entry.
* gc.c (rest_sweep, gc_prepare_free_objects): remove after_gc_sweep() call.