diff options
-rw-r--r-- | init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index 943db5261..8e2368306 100644 --- a/init/init.c +++ b/init/init.c | |||
@@ -687,7 +687,7 @@ static void halt_signal(int sig) | |||
687 | message(CONSOLE|LOG, | 687 | message(CONSOLE|LOG, |
688 | #if #cpu(s390) | 688 | #if #cpu(s390) |
689 | /* Seems the s390 console is Wierd(tm). */ | 689 | /* Seems the s390 console is Wierd(tm). */ |
690 | "The system is halted. You may reboot now.\n", | 690 | "The system is halted. You may reboot now.\n" |
691 | #else | 691 | #else |
692 | /* secondConsole is NULL for a serial console */ | 692 | /* secondConsole is NULL for a serial console */ |
693 | "The system is halted. Press %s or turn off power\n", | 693 | "The system is halted. Press %s or turn off power\n", |