summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
*/