Tweak printf string.

This commit is contained in:
John Baldwin 2007-04-23 22:53:01 +00:00
parent 25839b7051
commit 194617769b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168996

View File

@ -641,7 +641,7 @@ cpu_reset_real()
}
#endif /* PC98 */
printf("No known reset method did work, attempting CPU shutdown\n");
printf("No known reset method worked, attempting CPU shutdown\n");
DELAY(1000000); /* wait 1 sec for printf to complete */
/* Force a shutdown by unmapping entire address space. */