summaryrefslogtreecommitdiff
path: root/thread_sync.c
diff options
context:
space:
mode:
authorstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-14 16:51:34 +0000
committerstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-14 16:51:34 +0000
commit5bae48bd566603d005543c1ad5130a6a286800a3 (patch)
treeba33b0c25dae539a35ccd84b2071e4bc4a13d855 /thread_sync.c
parent5e998633938459c124e92d3bfe266ddf19a2beeb (diff)
thread_sync.c: [DOC] fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63161 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 b592104ae8..c24620d91f 100644
--- a/thread_sync.c
+++ b/thread_sync.c
@@ -696,7 +696,7 @@ queue_closed_p(VALUE self)
/*
* Document-class: ClosedQueueError
*
- * The exception class which will be raised when pushing into a close
+ * The exception class which will be raised when pushing into a closed
* Queue. See Queue#close and SizedQueue#close.
*/