summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Larkin <mlarkin@cvs.openbsd.org>2014-09-27 07:56:19 +0000
committerMike Larkin <mlarkin@cvs.openbsd.org>2014-09-27 07:56:19 +0000
commit062fd0834a186d99df25a6b4b65d6de13df46c8c (patch)
tree04d861191378a3595a9c239cbeb90a06b087838a
parentc358a38b66ef7fb148db7260dea6ab13d7ad7eb7 (diff)
typo in a printf
ok claudio@
-rw-r--r--sys/arch/amd64/amd64/machdep.c4
1 files 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
}