From edb98f8b910b00be16868b21116924cffad785b9 Mon Sep 17 00:00:00 2001 From: ktsj Date: Sun, 19 May 2013 03:10:21 +0000 Subject: fix typos. Patch by k_takata. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- range.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'range.c') diff --git a/range.c b/range.c index df4ad474cc..feabf6b9bf 100644 --- a/range.c +++ b/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); } -- cgit v1.2.3