aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-01 13:00:20 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-01 13:00:20 +0000
commit3e0512bd387f818305240e5bc1e377a3bdd8e9e3 (patch)
tree0a5cd5e69a652d8bcdd95be8f2fb642c32a960c7 /ChangeLog
parent5e9d33ad49079877ee9461e0449150a28bf0902d (diff)
downloadruby-3e0512bd387f818305240e5bc1e377a3bdd8e9e3.tar.gz
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 38f69b3a18..154dd56c34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,9 +46,9 @@ Thu Mar 31 17:50:27 2016 Koichi Sasada <ko1@atdot.net>
* gc.c: change additional allocation policy.
- Introduce new environement variable
- GC_HEAP_FREE_SLOTS_GOAL_RATIO (goal_ratio) to calculate the ratio
- of additional memory.
+ Introduce new environment variable
+ RUBY_GC_HEAP_FREE_SLOTS_GOAL_RATIO (goal_ratio) to calculate the
+ ratio of additional memory.
Before this change, we add pages with the following formula
(when free_slots < total_pages * RUBY_GC_HEAP_FREE_SLOTS_MIN_RATIO):
@@ -96,7 +96,7 @@ Thu Mar 31 16:49:36 2016 Koichi Sasada <ko1@atdot.net>
* gc.c (rb_objspace_t::heap_pages): restruct the objspace global
status.
- remove the following fileds
+ remove the following fields
* swept_slots (and heap_pages_swept_slots)
* min_free_slots (and heap_pages_min_free_slots)
* max_free_slots (and heap_pages_max_free_slots)
@@ -115,7 +115,7 @@ Thu Mar 31 16:43:02 2016 Koichi Sasada <ko1@atdot.net>
allocate additional pages when free slots is lower than
the value (total_slots * (this ratio)).
* RUBY_GC_HEAP_FREE_SLOTS_MAX_RATIO:
- allow to free pages when free slots is greater thatn
+ allow to free pages when free slots is greater than
the value (total_slots * (this ratio)).
Before this change, these values are hard coded.
@@ -176,7 +176,7 @@ Wed Mar 30 01:56:06 2016 NARUSE, Yui <naruse@ruby-lang.org>
Wed Mar 30 01:54:30 2016 NARUSE, Yui <naruse@ruby-lang.org>
- * tool/redmine-backporter.rb: add given revision to current changests
+ * tool/redmine-backporter.rb: add given revision to current changesets
on associating the revision to the related ticket.
Wed Mar 30 01:53:17 2016 NARUSE, Yui <naruse@ruby-lang.org>