Fix comment.

This commit is contained in:
Matt Kraai 2001-04-12 20:12:16 +00:00
parent 6ba1a80c26
commit 8fc364ebd5
2 changed files with 2 additions and 2 deletions

2
init.c
View File

@ -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();

View File

@ -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();