patch-2.1.107 linux/kernel/signal.c
Next file: linux/kernel/sys.c
Previous file: linux/kernel/sched.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Jun 24 14:30:11 1998
- Orig file:
v2.1.106/linux/kernel/signal.c
- Orig date:
Tue Jun 23 10:01:30 1998
diff -u --recursive --new-file v2.1.106/linux/kernel/signal.c linux/kernel/signal.c
@@ -255,7 +255,7 @@
t->exit_code = 0;
sigdelsetmask(&t->signal, (sigmask(SIGSTOP)|sigmask(SIGTSTP)|
sigmask(SIGTTOU)|sigmask(SIGTTIN)));
- /* Inflict this corner case with recalculaions, not mainline */
+ /* Inflict this corner case with recalculations, not mainline */
recalc_sigpending(t);
break;
@@ -263,7 +263,7 @@
case SIGTTIN: case SIGTTOU:
/* If we're stopping again, cancel SIGCONT */
sigdelset(&t->signal, SIGCONT);
- /* Inflict this corner case with recalculaions, not mainline */
+ /* Inflict this corner case with recalculations, not mainline */
recalc_sigpending(t);
break;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov