From 689755a1add0293a557cb22098e3c3dec375c4c6 Mon Sep 17 00:00:00 2001 From: hsbt Date: Sun, 19 Jan 2014 05:43:28 +0000 Subject: * gc.c: fix typo by @windwiny [fix GH-506] * proc.c: ditto * variable.c: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- proc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proc.c') diff --git a/proc.c b/proc.c index 8519dfdaaa..fc8fd7adfe 100644 --- a/proc.c +++ b/proc.c @@ -1113,7 +1113,7 @@ proc_to_s(VALUE self) /* * call-seq: - * prc.to_proc -> prc + * prc.to_proc -> proc * * Part of the protocol for converting objects to Proc * objects. Instances of class Proc simply return @@ -2366,7 +2366,7 @@ rb_proc_new( /* * call-seq: - * meth.to_proc -> prc + * meth.to_proc -> proc * * Returns a Proc object corresponding to this method. */ -- cgit v1.2.3