diff options
| author | Rusty Russell <rusty@rustcorp.com.au> | 2002-03-01 21:32:58 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-03-01 21:32:58 -0800 |
| commit | b965dc9f74ab5b7b8ec9877b6262885c2cb74ca1 (patch) | |
| tree | f46f062d7a298c5d6f102d9de6cda03ab203c9e7 /kernel | |
| parent | c1b800639ed4ba010898fc73bbbfcdd898dfaae4 (diff) | |
[PATCH] 2.5.6-pre2 III: spelling
These are all in the 2.4.19-pre2.
"Jahn Veach" <V64@V64.net>: [PATCH 2.5.4] Typo corrections.
Pavel Machek <pavel@ucw.cz>: Whitespace PCI cleanups (fwd).
quinlan@transmeta.com: [PATCH] take COPYING into new century:
These mods are directly from the FSF version.
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/signal.c b/kernel/signal.c index ba05345660c9..25846598407a 100644 --- a/kernel/signal.c +++ b/kernel/signal.c @@ -546,7 +546,7 @@ printk("SIG queue (%s:%d): %d ", t->comm, t->pid, sig); if (bad_signal(sig, info, t)) goto out_nolock; - /* The null signal is a permissions and process existance probe. + /* The null signal is a permissions and process existence probe. No signal is actually delivered. Same goes for zombies. */ ret = 0; if (!sig || !t->sig) |
