From a58a637bed06f6d794fcf822d08df926812ccd23 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 19 Feb 2008 12:10:18 +0000 Subject: init: fix comments --- init/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init/init.c b/init/init.c index 8eaf61f96..a82b45b7c 100644 --- a/init/init.c +++ b/init/init.c @@ -577,7 +577,7 @@ static void halt_reboot_pwoff(int sig) loop_forever(); } -/* Handler for HUP and QUIT - exec "restart" action, +/* Handler for QUIT - exec "restart" action, * else (no such action defined) do nothing */ static void exec_restart_action(int sig ATTRIBUTE_UNUSED) { @@ -715,7 +715,7 @@ static void parse_inittab(void) /* Swapoff on halt/reboot */ if (ENABLE_SWAPONOFF) new_init_action(SHUTDOWN, "swapoff -a", ""); - /* Prepare to restart init when a HUP is received */ + /* Prepare to restart init when a QUIT is received */ new_init_action(RESTART, "init", ""); /* Askfirst shell on tty1-4 */ new_init_action(ASKFIRST, bb_default_login_shell, ""); -- cgit v1.2.3