summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
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.