summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-19 05:43:28 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-19 05:43:28 +0000
commit689755a1add0293a557cb22098e3c3dec375c4c6 (patch)
tree944f19ff0a57e4d5a62e5dccd5ebb7e81633014d /proc.c
parent690be750cbf107446438249a868e081e3ee3ff09 (diff)
* 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
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c4
1 files changed, 2 insertions, 2 deletions
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 <code>Proc</code>
* objects. Instances of class <code>Proc</code> simply return
@@ -2366,7 +2366,7 @@ rb_proc_new(
/*
* call-seq:
- * meth.to_proc -> prc
+ * meth.to_proc -> proc
*
* Returns a <code>Proc</code> object corresponding to this method.
*/