From 8fc364ebd5589bab9944c7eda078f23bca712e24 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Thu, 12 Apr 2001 20:12:16 +0000 Subject: Fix comment. --- init.c | 2 +- init/init.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/init.c b/init.c index 112d066a6..22bedd9ba 100644 --- a/init.c +++ b/init.c @@ -654,7 +654,7 @@ static void shutdown_system(void) kill(-1, SIGKILL); sleep(1); - /* run everything to be run at "ctrlaltdel" */ + /* run everything to be run at "shutdown" */ run_actions(SHUTDOWN); sync(); diff --git a/init/init.c b/init/init.c index 112d066a6..22bedd9ba 100644 --- a/init/init.c +++ b/init/init.c @@ -654,7 +654,7 @@ static void shutdown_system(void) kill(-1, SIGKILL); sleep(1); - /* run everything to be run at "ctrlaltdel" */ + /* run everything to be run at "shutdown" */ run_actions(SHUTDOWN); sync(); -- cgit v1.2.3