Correct a typo

This commit is contained in:
Bill Currie 2019-06-08 19:23:10 +09:00
parent df0316bb13
commit 6acbdcb3e5

View file

@ -511,7 +511,7 @@ emit_method_list_item (def_t *def, void *data, int index)
pr_method_description_t *desc; pr_method_description_t *desc;
if (def->type != &type_obj_method_description) if (def->type != &type_obj_method_description)
internal_error (0, "%s: expected method_descripting def", internal_error (0, "%s: expected method_description def",
__FUNCTION__); __FUNCTION__);
if (index < 0 || index >= methods->count) if (index < 0 || index >= methods->count)
internal_error (0, "%s: out of bounds index: %d %d", internal_error (0, "%s: out of bounds index: %d %d",