Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Repeated typo/varargs anachronism in comments.
details: https://anonhg.NetBSD.org/src/rev/30c7eccb73b1
branches: trunk
changeset: 778018:30c7eccb73b1
user: dholland <dholland%NetBSD.org@localhost>
date: Mon Mar 12 19:21:07 2012 +0000
description:
Repeated typo/varargs anachronism in comments.
diffstat:
sys/kern/subr_prf.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r f705dd1e2c04 -r 30c7eccb73b1 sys/kern/subr_prf.c
--- a/sys/kern/subr_prf.c Mon Mar 12 18:27:08 2012 +0000
+++ b/sys/kern/subr_prf.c Mon Mar 12 19:21:07 2012 +0000
@@ -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
@@ -37,7 +37,7 @@
*/
#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_ipkdb.h"
@@ -342,7 +342,7 @@
}
/*
- * vlog: write to the log buffer [already have va_alist]
+ * vlog: write to the log buffer [already have va_list]
*/
void
@@ -1001,7 +1001,7 @@
/*
* vprintf: print a message to the console and the log [already have
- * va_alist]
+ * va_list]
*/
void
@@ -1036,7 +1036,7 @@
}
/*
- * vsprintf: print a message to a buffer [already have va_alist]
+ * vsprintf: print a message to a buffer [already have va_list]
*/
int
@@ -1067,7 +1067,7 @@
}
/*
- * vsnprintf: print a message to a buffer [already have va_alist]
+ * vsnprintf: print a message to a buffer [already have va_list]
*/
int
vsnprintf(char *bf, size_t size, const char *fmt, va_list ap)
Home |
Main Index |
Thread Index |
Old Index