Merge pull request #1208 from tomykaira/fix_wrong_symbol_comment

Fix wrong comment
This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-04-24 07:14:09 -07:00
+1 -1
View File
@@ -1598,7 +1598,7 @@ mrb_run(mrb_state *mrb, struct RProc *proc, mrb_value self)
}
CASE(OP_SUBI) {
/* A B C R(A) := R(A)-C (Syms[B]=:+)*/
/* A B C R(A) := R(A)-C (Syms[B]=:-)*/
int a = GETARG_A(i);
mrb_value *regs_a = regs + a;