aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-07 01:22:57 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-07 01:22:57 +0000
commit1fa4cdf2d62c2bb5de8d2ba43d7b261eed6542c8 (patch)
treef9e9f464137c5daf45567a6d6df23e11c67af996 /internal.h
parent54849da6cf2a6252930074003727361c00dcac1b (diff)
downloadruby-1fa4cdf2d62c2bb5de8d2ba43d7b261eed6542c8.tar.gz
* internal.h: fix typo. Patch by @sferik [fix GH-865]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal.h b/internal.h
index e29fcb2e08..dc1cbaef20 100644
--- a/internal.h
+++ b/internal.h
@@ -844,7 +844,7 @@ VALUE rb_iseq_absolute_path(VALUE iseqval);
VALUE rb_iseq_label(VALUE iseqval);
VALUE rb_iseq_base_label(VALUE iseqval);
VALUE rb_iseq_first_lineno(VALUE iseqval);
-VALUE rb_iseq_klass(VALUE iseqval); /* completely temporary fucntion */
+VALUE rb_iseq_klass(VALUE iseqval); /* completely temporary function */
VALUE rb_iseq_method_name(VALUE self);
/* load.c */