Fix typo in comment.

MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2015-06-14 19:19:46 +00:00
parent 8e4844dc49
commit c5e7289c10
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284385

View File

@ -293,8 +293,8 @@ check_cancel(struct pthread *curthread, ucontext_t *ucp)
* 2) because _thr_ast() may be called by
* THR_CRITICAL_LEAVE() which is used by rtld rwlock
* and any libthr internal locks, when rtld rwlock
* is used, it is mostly caused my an unresolved PLT.
* those routines may clear the TDP_WAKEUP flag by
* is used, it is mostly caused by an unresolved PLT.
* Those routines may clear the TDP_WAKEUP flag by
* invoking some system calls, in those cases, we
* also should reenable the flag.
* 3) thread is in sigsuspend(), and the syscall insists