From: Denis Vlasenko Date: Sat, 31 Jan 2009 01:07:05 +0000 (-0000) Subject: init: small correction in a comment X-Git-Tag: 1_14_0~350 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fc2a4fc2ba8022ce2ea6dc0f66ba4ef0be1fa805;p=oweals%2Fbusybox.git init: small correction in a comment --- diff --git a/init/init.c b/init/init.c index 3a02ece4b..59d070950 100644 --- 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". *