summaryrefslogtreecommitdiff
path: root/thread_sync.c
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-30 09:06:39 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-30 09:06:39 +0000
commitc4378e0fb8380af69020286714a9f8e9f19b608d (patch)
tree9e571198d18a9e7beea2fc7a8d8d62ffac0591bd /thread_sync.c
parent2e486d8be9a0276dc4b0e95e5ee868d7cb684924 (diff)
thread_sync.c: document SizedQueue#clear correctly [ci skip]
* thread_sync.c (rb_szqueue_clear): fix class name in RDoc git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread_sync.c')
-rw-r--r--thread_sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread_sync.c b/thread_sync.c
index 0a6203174e..e2f1b9ee64 100644
--- a/thread_sync.c
+++ b/thread_sync.c
@@ -1066,7 +1066,7 @@ rb_szqueue_pop(int argc, VALUE *argv, VALUE self)
}
/*
- * Document-method: Queue#clear
+ * Document-method: SizedQueue#clear
*
* Removes all objects from the queue.
*/