summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormlarkin <mlarkin@openbsd.org>2014-09-27 07:56:18 +0000
committermlarkin <mlarkin@openbsd.org>2014-09-27 07:56:18 +0000
commit79d772228ed3b70f78c72ed246b9d71af23aa297 (patch)
tree9640cbdfe18e446e73ee4002e469593c55925c97
parentExplain why we deviate slightly from the PBKDF2 standard. (diff)
downloadwireguard-openbsd-79d772228ed3b70f78c72ed246b9d71af23aa297.tar.xz
wireguard-openbsd-79d772228ed3b70f78c72ed246b9d71af23aa297.zip
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
}