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

View File

@ -1892,7 +1892,7 @@ sigtd(struct proc *p, int sig, int prop)
/* /*
* Check if current thread can handle the signal without * 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)) if (curproc == p && !SIGISMEMBER(curthread->td_sigmask, sig))
return (curthread); return (curthread);