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

* vm.c: [DOC] fix typo by @yui-knk [Fixes GH-738]

https://github.com/ruby/ruby/pull/738


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2014-10-12 01:39:53 +00:00
parent 178bc9a0e7
commit 13dd738d88
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Sun Oct 12 10:39:16 2014 Zachary Scott <e@zzak.io>
* vm.c: [DOC] fix typo by @yui-knk [Fixes GH-738]
https://github.com/ruby/ruby/pull/738
Sun Oct 12 09:24:15 2014 Tanaka Akira <akr@fsij.org>
* test/lib/test/unit.rb: Hide skips by default.

2
vm.c
View file

@ -3024,7 +3024,7 @@ vm_collect_usage_operand(int insn, int n, VALUE op)
}
/* @param reg register id. see code of vm_analysis_register() */
/* @param iseset 0: read, 1: write */
/* @param isset 0: read, 1: write */
static void
vm_collect_usage_register(int reg, int isset)
{