compile.c (ibf_dump_object_unsupported): fix spelling error
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
dff42b0ea0
commit
a422462a18
@ -7548,7 +7548,7 @@ static void
|
|||||||
ibf_dump_object_unsupported(struct ibf_dump *dump, VALUE obj)
|
ibf_dump_object_unsupported(struct ibf_dump *dump, VALUE obj)
|
||||||
{
|
{
|
||||||
rb_obj_info_dump(obj);
|
rb_obj_info_dump(obj);
|
||||||
rb_bug("ibf_dump_object_unsupported: unsupporetd");
|
rb_bug("ibf_dump_object_unsupported: unsupported");
|
||||||
}
|
}
|
||||||
|
|
||||||
static VALUE
|
static VALUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user