summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorlulf <lulf@FreeBSD.org>2009-05-16 15:21:08 +0000
committerlulf <lulf@FreeBSD.org>2009-05-16 15:21:08 +0000
commit1dee801328a72f344fa9b1a40ff1bf1a2cffccf8 (patch)
tree73c539a4cb29b80e3163cb0cc11ccb8d18fa3b7b /sys/mips
parent8d3407adf758bab24c0e1975cdb3e46ec9a6d3bd (diff)
downloadFreeBSD-src-1dee801328a72f344fa9b1a40ff1bf1a2cffccf8.zip
FreeBSD-src-1dee801328a72f344fa9b1a40ff1bf1a2cffccf8.tar.gz
- Fix spelling.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/mips/pm_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/mips/pm_machdep.c b/sys/mips/mips/pm_machdep.c
index e9e6ea2..9fb1fec 100644
--- a/sys/mips/mips/pm_machdep.c
+++ b/sys/mips/mips/pm_machdep.c
@@ -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)];
OpenPOWER on IntegriCloud