typo in pod
Gurusamy Sarathy [Mon, 24 Apr 2000 03:23:10 +0000 (03:23 +0000)]
p4raw-id: //depot/perl@5910

ext/Thread/Thread.pm

index 00cba8a..c752e3d 100644 (file)
@@ -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.