From d9d51ad995526c9ab51deb954f9c901093b1309b Mon Sep 17 00:00:00 2001 From: rpaulo Date: Tue, 2 Sep 2014 18:21:19 +0000 Subject: Fix typo in a comment. --- lib/libthr/thread/thr_cond.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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. -- cgit v1.1