1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix typos and indent [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2014-09-12 12:16:14 +00:00
parent ea6de7a2e2
commit 2a9e679da1

View file

@ -43,7 +43,7 @@ Thu Sep 11 19:50:57 2014 Koichi Sasada <ko1@atdot.net>
make and register special exceptions.
* vm.c (rb_vm_mark): do not need to mark special exceptions
because they are registerd by rb_gc_register_mark_object().
because they are registered by rb_gc_register_mark_object().
* eval.c (Init_eval): use rb_vm_register_special_exception().
@ -138,7 +138,7 @@ Thu Sep 11 17:25:31 2014 Koichi Sasada <ko1@atdot.net>
- (12) GC_STOP_SWEEP
(13) GC_EXIT
Thease internal events enable to measure GC pause time completely.
These internal events enable to measure GC pause time completely.
Thu Sep 11 17:04:54 2014 Eric Wong <e@80x24.org>
@ -157,7 +157,7 @@ Thu Sep 11 14:31:57 2014 Koichi Sasada <ko1@atdot.net>
OBJ_TAINTABLE(obj).
* object.c (rb_obj_freeze): remove immediate_frozen_tbl
because all of immediate values are frozen. YAY!
because all of immediate values are frozen. YAY!
* object.c (rb_obj_frozen_p): ditto.