svn commit: r270972 - head/lib/libthr/thread

Rui Paulo rpaulo at FreeBSD.org
Tue Sep 2 18:21:20 UTC 2014


Author: rpaulo
Date: Tue Sep  2 18:21:19 2014
New Revision: 270972
URL: http://svnweb.freebsd.org/changeset/base/270972

Log:
  Fix typo in a comment.

Modified:
  head/lib/libthr/thread/thr_cond.c

Modified: head/lib/libthr/thread/thr_cond.c
==============================================================================
--- head/lib/libthr/thread/thr_cond.c	Tue Sep  2 16:38:00 2014	(r270971)
+++ head/lib/libthr/thread/thr_cond.c	Tue Sep  2 18:21:19 2014	(r270972)
@@ -150,7 +150,7 @@ _pthread_cond_destroy(pthread_cond_t *co
 }
 
 /*
- * Cancellation behaivor:
+ * Cancellation behavior:
  *   Thread may be canceled at start, if thread is canceled, it means it
  *   did not get a wakeup from pthread_cond_signal(), otherwise, it is
  *   not canceled.


More information about the svn-src-head mailing list