summaryrefslogtreecommitdiff
path: root/sys/kern/subr_prf.c
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/subr_prf.c
parent76c3d0957f9fbb28c53cecc60cf8c26d6f99559f (diff)
typos in comments; From: Bengt Wessling <bengt@lemuria.org>, 10x
Diffstat (limited to 'sys/kern/subr_prf.c')
-rw-r--r--sys/kern/subr_prf.c4
1 files changed, 2 insertions, 2 deletions
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>