Fix typo.
MFC after: 3 days
This commit is contained in:
parent
00e6b158be
commit
15b7a831df
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user