Date: Tue, 2 Sep 2014 18:21:20 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r270972 - head/lib/libthr/thread Message-ID: <201409021821.s82ILKmr081189@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409021821.s82ILKmr081189>