Fix comment.
diff --git a/init/init.c b/init/init.c
index 112d066..22bedd9 100644
--- a/init/init.c
+++ b/init/init.c
@@ -654,7 +654,7 @@
 	kill(-1, SIGKILL);
 	sleep(1);
 
-	/* run everything to be run at "ctrlaltdel" */
+	/* run everything to be run at "shutdown" */
 	run_actions(SHUTDOWN);
 
 	sync();