misc: fix typos

This commit is contained in:
John Bampton
2025-03-30 14:04:34 +10:00
parent 39fbc96eaf
commit b56f984c25
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1407,7 +1407,7 @@ mrb_ary_to_s(mrb_state *mrb, mrb_value self)
return ret;
}
/* check array equality: 1=equal,0=not_equal,-1=need_elments_check */
/* check array equality: 1=equal,0=not_equal,-1=need_elements_check */
static mrb_int
ary_eq(mrb_state *mrb, mrb_value ary1, mrb_value ary2)
{