diff options
| author | John Bampton <[email protected]> | 2020-12-13 17:26:24 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2020-12-13 18:38:22 +1000 |
| commit | 940dec5e7df1c4c7ec131073bd364ddd59d4b48c (patch) | |
| tree | 77b0097e93d105368890ab0611801225e72f7ec6 /src/vm.c | |
| parent | 116e128b1a103e2fb246cc9d53b82246b24dbd40 (diff) | |
| download | mruby-940dec5e7df1c4c7ec131073bd364ddd59d4b48c.tar.gz mruby-940dec5e7df1c4c7ec131073bd364ddd59d4b48c.zip | |
Fix spelling
Diffstat (limited to 'src/vm.c')
| -rw-r--r-- | src/vm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1840,11 +1840,11 @@ RETRY_TRY_BLOCK: if (mlen < m2) { stack_clear(®s[len-m2+mlen+1], m2-mlen); } - /* initalize rest arguments with empty Array */ + /* initialize rest arguments with empty Array */ if (r) { regs[m1+o+1] = mrb_ary_new_capa(mrb, 0); } - /* skip initailizer of passed arguments */ + /* skip initializer of passed arguments */ if (o > 0 && argc-kargs > m1+m2) pc += (argc - kargs - m1 - m2)*3; } |
