From 194617769b1cd61d7ba840eeb1ca43717f696792 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Mon, 23 Apr 2007 22:53:01 +0000 Subject: [PATCH] Tweak printf string. --- sys/i386/i386/vm_machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/i386/i386/vm_machdep.c b/sys/i386/i386/vm_machdep.c index 9d230132327c..0371e753963e 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. */