- Fix spelling.
This commit is contained in:
parent
8d3407adf7
commit
1dee801328
@ -130,7 +130,7 @@ sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask)
|
||||
sfp = (struct sigframe *)((vm_offset_t)(regs->sp -
|
||||
sizeof(struct sigframe)) & ~(sizeof(__int64_t) - 1));
|
||||
|
||||
/* Translate the signal is appropriate */
|
||||
/* Translate the signal if appropriate */
|
||||
if (p->p_sysent->sv_sigtbl) {
|
||||
if (sig <= p->p_sysent->sv_sigsize)
|
||||
sig = p->p_sysent->sv_sigtbl[_SIG_IDX(sig)];
|
||||
|
Loading…
x
Reference in New Issue
Block a user