mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
fix typos. Patch by k_takata.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
67964f299b
commit
edb98f8b91
62 changed files with 132 additions and 132 deletions
2
range.c
2
range.c
|
@ -1238,7 +1238,7 @@ static VALUE
|
|||
range_alloc(VALUE klass)
|
||||
{
|
||||
/* rb_struct_alloc_noinit itself should not be used because
|
||||
* rb_marshal_define_compat uses equality of allocaiton function */
|
||||
* rb_marshal_define_compat uses equality of allocation function */
|
||||
return rb_struct_alloc_noinit(klass);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue