Commit 1c7572bc authored by Malizia R's avatar Malizia R Committed by GitHub

Update mirb.c

parent 2b4ed40f
...@@ -544,7 +544,7 @@ done: ...@@ -544,7 +544,7 @@ done:
if (args.verbose) { if (args.verbose) {
mrb_codedump_all(mrb, proc); mrb_codedump_all(mrb, proc);
} }
/* pass a proc for evaulation */ /* pass a proc for evaluation */
/* evaluate the bytecode */ /* evaluate the bytecode */
result = mrb_vm_run(mrb, result = mrb_vm_run(mrb,
proc, proc,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment