From 7f40b1581b94556db32477344ba3d9318d595019 Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 13 Dec 2009 14:08:37 +0000 Subject: doc fix: mutex.lock => self [ruby-core:27115] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thread.c b/thread.c index 9c6ec5b73..0ba41c767 100644 --- a/thread.c +++ b/thread.c @@ -3148,7 +3148,7 @@ lock_interrupt(void *ptr) /* * call-seq: - * mutex.lock => true or false + * mutex.lock => self * * Attempts to grab the lock and waits if it isn't available. * Raises +ThreadError+ if +mutex+ was locked by the current thread. -- cgit