Fix typo in a comment.

This commit is contained in:
Rui Paulo 2014-09-02 18:21:19 +00:00
parent 696a6f55d1
commit 585bf8ae67
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270972

View File

@ -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.