diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2009-10-04 12:11:44 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2009-10-04 12:11:44 +0000 |
| commit | 68ee1aac0a05ac1be2dfa34723f0d5abfe2893d9 (patch) | |
| tree | 31b32b3a21bf36673d434fb64abd75e950a219ea /sys | |
| parent | 9516a85cc34ee9c24b2e94101d724f162bde1e30 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/kern/kern_sig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c index cdf757db52f0..e11d7998cef8 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -1888,7 +1888,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); |
