Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/misc PR/47632: Supratim Chakraborty: Spelling Mistake ...
details: https://anonhg.NetBSD.org/src/rev/369a894c1525
branches: trunk
changeset: 785327:369a894c1525
user: christos <christos%NetBSD.org@localhost>
date: Fri Mar 08 16:50:02 2013 +0000
description:
PR/47632: Supratim Chakraborty: Spelling Mistake for Variadic functions
diffstat:
share/misc/style | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 2d77f8c4cd48 -r 369a894c1525 share/misc/style
--- a/share/misc/style Fri Mar 08 14:59:34 2013 +0000
+++ b/share/misc/style Fri Mar 08 16:50:02 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: style,v 1.50 2012/06/27 22:04:02 riastradh Exp $ */
+/* $NetBSD: style,v 1.51 2013/03/08 16:50:02 christos Exp $ */
/*
* The revision control tag appears first, with a blank line after it.
@@ -30,7 +30,7 @@
#include <sys/cdefs.h>
__COPYRIGHT("@(#) Copyright (c) 2008\
The NetBSD Foundation, inc. All rights reserved.");
-__RCSID("$NetBSD: style,v 1.50 2012/06/27 22:04:02 riastradh Exp $");
+__RCSID("$NetBSD: style,v 1.51 2013/03/08 16:50:02 christos Exp $");
/*
* VERY important single-line comments look like this.
@@ -359,7 +359,7 @@
* not:
* !(p = f())
*
- * The notable exception here is varyadic functions. Since our
+ * The notable exception here is variadic functions. Since our
* code is designed to compile and work on different environments
* where we don't have control over the NULL definition (on NetBSD
* it is defined as ((void *)0), but on other systems it can be
Home |
Main Index |
Thread Index |
Old Index