mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-11-29 14:40:25 +00:00
Fix comment.
This commit is contained in:
parent
6ba1a80c26
commit
8fc364ebd5
2
init.c
2
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();
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user