Commit 42fefef9 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #3186 from rmalizia44/patch-2

Update mirb.c
parents 2b4ed40f 1c7572bc
...@@ -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