Repeated typo/varargs anachronism in comments.

This commit is contained in:
dholland 2012-03-12 19:21:07 +00:00
parent ae15dfb84e
commit 48a4d49b28
1 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: subr_prf.c,v 1.148 2011/11/24 01:45:39 christos Exp $ */ /* $NetBSD: subr_prf.c,v 1.149 2012/03/12 19:21:07 dholland Exp $ */
/*- /*-
* Copyright (c) 1986, 1988, 1991, 1993 * Copyright (c) 1986, 1988, 1991, 1993
@ -37,7 +37,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: subr_prf.c,v 1.148 2011/11/24 01:45:39 christos Exp $"); __KERNEL_RCSID(0, "$NetBSD: subr_prf.c,v 1.149 2012/03/12 19:21:07 dholland Exp $");
#include "opt_ddb.h" #include "opt_ddb.h"
#include "opt_ipkdb.h" #include "opt_ipkdb.h"
@ -342,7 +342,7 @@ log(int level, const char *fmt, ...)
} }
/* /*
* vlog: write to the log buffer [already have va_alist] * vlog: write to the log buffer [already have va_list]
*/ */
void void
@ -1001,7 +1001,7 @@ printf(const char *fmt, ...)
/* /*
* vprintf: print a message to the console and the log [already have * vprintf: print a message to the console and the log [already have
* va_alist] * va_list]
*/ */
void void
@ -1036,7 +1036,7 @@ sprintf(char *bf, const char *fmt, ...)
} }
/* /*
* vsprintf: print a message to a buffer [already have va_alist] * vsprintf: print a message to a buffer [already have va_list]
*/ */
int int
@ -1067,7 +1067,7 @@ snprintf(char *bf, size_t size, const char *fmt, ...)
} }
/* /*
* vsnprintf: print a message to a buffer [already have va_alist] * vsnprintf: print a message to a buffer [already have va_list]
*/ */
int int
vsnprintf(char *bf, size_t size, const char *fmt, va_list ap) vsnprintf(char *bf, size_t size, const char *fmt, va_list ap)