summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-05-27 21:03:50 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-05-27 21:03:50 +0000
commitd3827fd51a2a81db3e3f075316f599167d1cea79 (patch)
tree6d718280a569597ae11099061bd213ecd42c3a89 /sys/kern
parent76c3d0957f9fbb28c53cecc60cf8c26d6f99559f (diff)
typos in comments; From: Bengt Wessling <bengt@lemuria.org>, 10x
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/kern_kthread.c4
-rw-r--r--sys/kern/subr_prf.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/kern_kthread.c b/sys/kern/kern_kthread.c
index ce81dc9342a..514ed93f923 100644
--- a/sys/kern/kern_kthread.c
+++ b/sys/kern/kern_kthread.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_kthread.c,v 1.19 2003/05/06 07:28:38 deraadt Exp $ */
+/* $OpenBSD: kern_kthread.c,v 1.20 2003/05/27 21:03:49 henning Exp $ */
/* $NetBSD: kern_kthread.c,v 1.3 1998/12/22 21:21:36 kleink Exp $ */
/*-
@@ -51,7 +51,7 @@
/*
* note that stdarg.h and the ansi style va_start macro is used for both
- * ansi and traditional c complers.
+ * ansi and traditional c compilers.
* XXX: this requires that stdarg.h define: va_alist and va_dcl
*/
#include <machine/stdarg.h>
diff --git a/sys/kern/subr_prf.c b/sys/kern/subr_prf.c
index 6975032902a..bc1b60e9355 100644
--- a/sys/kern/subr_prf.c
+++ b/sys/kern/subr_prf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: subr_prf.c,v 1.52 2003/05/22 20:42:43 deraadt Exp $ */
+/* $OpenBSD: subr_prf.c,v 1.53 2003/05/27 21:03:49 henning Exp $ */
/* $NetBSD: subr_prf.c,v 1.45 1997/10/24 18:14:25 chuck Exp $ */
/*-
@@ -61,7 +61,7 @@
/*
* note that stdarg.h and the ansi style va_start macro is used for both
- * ansi and traditional c complers.
+ * ansi and traditional c compilers.
*/
#include <machine/stdarg.h>