summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2007-04-23 22:53:01 +0000
committerjhb <jhb@FreeBSD.org>2007-04-23 22:53:01 +0000
commitfac928ecb93e89fc5b81ed0bb4fadf15316be4ae (patch)
tree072d5a1886aa0d176ff9df93167db5016f100a66 /sys/i386
parent4e9f648883d89703af0687ca676743ab227d80ba (diff)
downloadFreeBSD-src-fac928ecb93e89fc5b81ed0bb4fadf15316be4ae.zip
FreeBSD-src-fac928ecb93e89fc5b81ed0bb4fadf15316be4ae.tar.gz
Tweak printf string.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/vm_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/vm_machdep.c b/sys/i386/i386/vm_machdep.c
index 9d23013..0371e75 100644
--- a/sys/i386/i386/vm_machdep.c
+++ b/sys/i386/i386/vm_machdep.c
@@ -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. */
OpenPOWER on IntegriCloud