aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-09 12:50:18 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-09 12:50:18 +0000
commiteebdf04c3b44688ec7259d2c1e7e5f462795f5cb (patch)
tree487bb4f367f123da646b073e37d97eebff7a2c93 /ChangeLog
parentfa326bf3129e91f7c18fcc8ec1c979e2d3a9773a (diff)
downloadruby-eebdf04c3b44688ec7259d2c1e7e5f462795f5cb.tar.gz
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ab1f22381e..4e0848099f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -63,7 +63,7 @@ Tue Sep 9 14:56:03 2014 Koichi Sasada <ko1@atdot.net>
Tue Sep 9 14:21:50 2014 Koichi Sasada <ko1@atdot.net>
- * gc.c: fix layout of rb_objsapce_t to improve cache locality.
+ * gc.c: fix layout of rb_objspace_t to improve cache locality.
newobj_of() accesses:
(1) rb_objspace_t::flags
@@ -73,7 +73,7 @@ Tue Sep 9 14:21:50 2014 Koichi Sasada <ko1@atdot.net>
Tue Sep 9 14:09:36 2014 Koichi Sasada <ko1@atdot.net>
* gc.c: move rb_objspace_t::flags::gc_stressfull after during_gc
- to make accesssing both parameters easy.
+ to make accessing both parameters easy.
* gc.c (heap_get_freeobj): add LIKELY() hint.
@@ -98,7 +98,7 @@ Tue Sep 9 13:51:32 2014 Koichi Sasada <ko1@atdot.net>
Tue Sep 9 13:05:50 2014 Koichi Sasada <ko1@atdot.net>
- * gc.c: remvoe ruby_disable_gc_stress and add ruby_disable_gc
+ * gc.c: remove ruby_disable_gc_stress and add ruby_disable_gc
to speed-up newobj_of().
* gc.c (ready_to_gc): check ruby_disable_gc.