Skip to content

Commit bef7ff0

Browse files
committed
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 61d807c commit bef7ff0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ChangeLog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Wed Jul 22 20:17:51 2015 Koichi Sasada <ko1@atdot.net>
88

99
* vm_core.h: modify layout of rb_iseq_constant_body.
1010

11-
Move frequent accesssing fields to upper part.
11+
Move frequent accessing fields to upper part.
1212

1313
Wed Jul 22 19:57:47 2015 Koichi Sasada <ko1@atdot.net>
1414

@@ -36,7 +36,7 @@ Wed Jul 22 17:50:35 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
3636
Wed Jul 22 15:48:47 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
3737

3838
* test/ruby/test_range.rb: Add test case for Range#end with
39-
exclude_end true case. [fix GH-968] Pach by @yui-knk
39+
exclude_end true case. [fix GH-968] Patch by @yui-knk
4040

4141
Wed Jul 22 09:45:31 2015 Maksim Sitnikov <sitnikovme@undev.ru>
4242

@@ -75,7 +75,7 @@ Wed Jul 22 07:24:18 2015 Koichi Sasada <ko1@atdot.net>
7575

7676
* internal.h: add imemo_type::imemo_iseq.
7777

78-
* iseq.c: define RubyVM::InstructionSequnce as T_OBJECT.
78+
* iseq.c: define RubyVM::InstructionSequence as T_OBJECT.
7979
Methods are implemented by functions named iseqw_....
8080

8181
* load.c (rb_load_internal0): rb_iseq_new_top() returns

0 commit comments

Comments
 (0)