diff options
author | Matt Kraai <kraai@debian.org> | 2001-04-12 20:12:16 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-04-12 20:12:16 +0000 |
commit | 8fc364ebd5589bab9944c7eda078f23bca712e24 (patch) | |
tree | 4c4c3509cf246f5b33fd2d70e904b08df8487ef2 | |
parent | 6ba1a80c260b671ae7b6b5be13e0b74857058c63 (diff) | |
download | busybox-w32-8fc364ebd5589bab9944c7eda078f23bca712e24.tar.gz busybox-w32-8fc364ebd5589bab9944c7eda078f23bca712e24.tar.bz2 busybox-w32-8fc364ebd5589bab9944c7eda078f23bca712e24.zip |
Fix comment.
-rw-r--r-- | init.c | 2 | ||||
-rw-r--r-- | init/init.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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(); |