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-w32-8fc364ebd5589bab9944c7eda078f23bca712e24.tar.gz
busybox-w32-8fc364ebd5589bab9944c7eda078f23bca712e24.tar.bz2
busybox-w32-8fc364ebd5589bab9944c7eda078f23bca712e24.zip
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)
654 kill(-1, SIGKILL); 654 kill(-1, SIGKILL);
655 sleep(1); 655 sleep(1);
656 656
657 /* run everything to be run at "ctrlaltdel" */ 657 /* run everything to be run at "shutdown" */
658 run_actions(SHUTDOWN); 658 run_actions(SHUTDOWN);
659 659
660 sync(); 660 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)
654 kill(-1, SIGKILL); 654 kill(-1, SIGKILL);
655 sleep(1); 655 sleep(1);
656 656
657 /* run everything to be run at "ctrlaltdel" */ 657 /* run everything to be run at "shutdown" */
658 run_actions(SHUTDOWN); 658 run_actions(SHUTDOWN);
659 659
660 sync(); 660 sync();