svn commit: r192199 - head/sys/mips/mips
Ulf Lilleengen
lulf at FreeBSD.org
Sat May 16 15:21:09 UTC 2009
Author: lulf
Date: Sat May 16 15:21:08 2009
New Revision: 192199
URL: http://svn.freebsd.org/changeset/base/192199
Log:
- Fix spelling.
Modified:
head/sys/mips/mips/pm_machdep.c
Modified: head/sys/mips/mips/pm_machdep.c
==============================================================================
--- head/sys/mips/mips/pm_machdep.c Sat May 16 15:12:56 2009 (r192198)
+++ head/sys/mips/mips/pm_machdep.c Sat May 16 15:21:08 2009 (r192199)
@@ -130,7 +130,7 @@ sendsig(sig_t catcher, ksiginfo_t *ksi,
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)];
More information about the svn-src-all
mailing list