aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-04-12 20:12:16 +0000
committerMatt Kraai <kraai@debian.org>2001-04-12 20:12:16 +0000
commit8fc364ebd5589bab9944c7eda078f23bca712e24 (patch)
tree4c4c3509cf246f5b33fd2d70e904b08df8487ef2
parent6ba1a80c260b671ae7b6b5be13e0b74857058c63 (diff)
downloadbusybox-8fc364ebd5589bab9944c7eda078f23bca712e24.tar.gz
Fix comment.
-rw-r--r--init.c2
-rw-r--r--init/init.c2
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();