From 062fd0834a186d99df25a6b4b65d6de13df46c8c Mon Sep 17 00:00:00 2001 From: Mike Larkin Date: Sat, 27 Sep 2014 07:56:19 +0000 Subject: typo in a printf ok claudio@ --- sys/arch/amd64/amd64/machdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/amd64/amd64/machdep.c b/sys/arch/amd64/amd64/machdep.c index ff4a9ac9e83..859a9282e26 100644 --- a/sys/arch/amd64/amd64/machdep.c +++ b/sys/arch/amd64/amd64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.190 2014/09/19 20:02:25 kettenis Exp $ */ +/* $OpenBSD: machdep.c,v 1.191 2014/09/27 07:56:18 mlarkin Exp $ */ /* $NetBSD: machdep.c,v 1.3 2003/05/07 22:58:18 fvdl Exp $ */ /*- @@ -354,7 +354,7 @@ cpu_startup(void) #ifdef BOOT_CONFIG user_config(); #else - printf("kernel does not support - c; continuing..\n"); + printf("kernel does not support -c; continuing..\n"); #endif } -- cgit v1.2.3