projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72c99af
)
init: small correction in a comment
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 31 Jan 2009 01:07:05 +0000
(
01:07
-0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 31 Jan 2009 01:07:05 +0000
(
01:07
-0000)
init/init.c
patch
|
blob
|
history
diff --git
a/init/init.c
b/init/init.c
index 3a02ece4b315c5b2883036372a564da5ce1f9b93..59d070950578b2eb0f6c02348d802c7268ea233c 100644
(file)
--- a/
init/init.c
+++ b/
init/init.c
@@
-654,8
+654,8
@@
static void kill_all_processes(void)
* and unmasks all signals. However, for process with PID==1,
* default action (SIG_DFL) on any signal is to ignore it,
* even for special signals SIGKILL and SIGCONT.
- * (SIGSTOP is still handled specially, at least in 2.6.20)
* Also, any signal can be caught or blocked.
+ * (but SIGSTOP is still handled specially, at least in 2.6.20)
*
* We install two kinds of handlers, "immediate" and "delayed".
*