Fix typo.

MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2009-10-01 12:46:58 +00:00
parent 00e6b158be
commit 15b7a831df
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=197660

View file

@ -1892,7 +1892,7 @@ sigtd(struct proc *p, int sig, int prop)
/*
* Check if current thread can handle the signal without
* switching conetxt to another thread.
* switching context to another thread.
*/
if (curproc == p && !SIGISMEMBER(curthread->td_sigmask, sig))
return (curthread);