aboutsummaryrefslogtreecommitdiffstats
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
commit917f93133a9edeb63fad8c9b1a5daf7d44d3306a (patch)
tree9e571198d18a9e7beea2fc7a8d8d62ffac0591bd /thread_sync.c
parenta6c033dbf89a230bc4f7f9516abda0d1d4f85504 (diff)
downloadruby-917f93133a9edeb63fad8c9b1a5daf7d44d3306a.tar.gz
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.
*/