summaryrefslogtreecommitdiff
path: root/prec.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-22 01:17:52 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-22 01:17:52 +0000
commitc227d3feb393c7aaa4e40612dc1ac39e598df3b4 (patch)
tree3eafb81fd80be68d34289b6d4c3ae97b2985b080 /prec.c
parentc79ab68d378cd2ebde4013e2204e0d365fce0b3e (diff)
* insnhelper.ci (vm_search_normal_superclass): rename function.
* insnhelper.ci (vm_search_superclass): ditto. * proc.c (struct METHOD): rename rklass -> rclass. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'prec.c')
-rw-r--r--prec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/prec.c b/prec.c
index da394027c6..02752270ae 100644
--- a/prec.c
+++ b/prec.c
@@ -19,7 +19,7 @@ static ID prc_pr, prc_if;
/*
* call-seq:
- * num.prec(klass) => a_klass
+ * num.prec(klass) => a_class
*
* Converts _self_ into an instance of _klass_. By default,
* +prec+ invokes