Typo fixed.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2018-01-17 09:38:41 +09:00
parent ec63b1a0e0
commit 3ae621fcb3
+1 -1
View File
@@ -1744,7 +1744,7 @@ mrb_class_path(mrb_state *mrb, struct RClass *c)
return mrb_class_find_path(mrb, c);
}
else if (mrb_symbol_p(path)) {
/* topleve class/module */
/* toplevel class/module */
const char *str;
mrb_int len;