summaryrefslogtreecommitdiff
path: root/ext/Thread
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-04-24 03:23:10 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-04-24 03:23:10 +0000
commit7284b4ab7ff638e1d3459e352767847bc6c9e7ff (patch)
treeaf93c8d34653d12245776acebabdba8c4a04cfe7 /ext/Thread
parent100be497fd1deb257705c1648aa68435e70846c6 (diff)
downloadperl-7284b4ab7ff638e1d3459e352767847bc6c9e7ff.tar.gz
typo in pod
p4raw-id: //depot/perl@5910
Diffstat (limited to 'ext/Thread')
-rw-r--r--ext/Thread/Thread.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Thread/Thread.pm b/ext/Thread/Thread.pm
index 00cba8af67..c752e3d6dd 100644
--- a/ext/Thread/Thread.pm
+++ b/ext/Thread/Thread.pm
@@ -130,7 +130,7 @@ signal is discarded.
=item cond_broadcast VARIABLE
-The C<cond_broadcast> function works similarly to C<cond_wait>.
+The C<cond_broadcast> function works similarly to C<cond_signal>.
C<cond_broadcast>, though, will unblock B<all> the threads that are blocked
in a C<cond_wait> on the locked variable, rather than only one.