summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2014-09-02 18:21:19 +0000
committerrpaulo <rpaulo@FreeBSD.org>2014-09-02 18:21:19 +0000
commitd9d51ad995526c9ab51deb954f9c901093b1309b (patch)
tree5dfe5d9040ce2d4d93606ed90972a54ce6c8cf8e /lib
parentf8f533c3d28fb5578f62e84c55590966f8fe83b6 (diff)
downloadFreeBSD-src-d9d51ad995526c9ab51deb954f9c901093b1309b.zip
FreeBSD-src-d9d51ad995526c9ab51deb954f9c901093b1309b.tar.gz
Fix typo in a comment.
Diffstat (limited to 'lib')
-rw-r--r--lib/libthr/thread/thr_cond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_cond.c b/lib/libthr/thread/thr_cond.c
index 6af15db..71b4293 100644
--- a/lib/libthr/thread/thr_cond.c
+++ b/lib/libthr/thread/thr_cond.c
@@ -150,7 +150,7 @@ _pthread_cond_destroy(pthread_cond_t *cond)
}
/*
- * 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.
OpenPOWER on IntegriCloud