summaryrefslogtreecommitdiff
path: root/share/misc
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2000-03-10 12:01:15 +0000
committerlukem <lukem@NetBSD.org>2000-03-10 12:01:15 +0000
commitaa6dfe707c519bca7e06f016cea694835d8aecbf (patch)
tree33461f0797fd743cfd72f31be01eef229e01c161 /share/misc
parentc132a440d2b16e2a67dd2e04c6ea57cf7c8f85b5 (diff)
fix comment around CONSTCOND
Diffstat (limited to 'share/misc')
-rw-r--r--share/misc/style6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/misc/style b/share/misc/style
index 8593d38c95c..c1b120c3038 100644
--- a/share/misc/style
+++ b/share/misc/style
@@ -1,4 +1,4 @@
-/* $NetBSD: style,v 1.12 2000/03/02 08:51:54 lukem Exp $ */
+/* $NetBSD: style,v 1.13 2000/03/10 12:01:15 lukem Exp $ */
/*
* The revision control tag appears first, with a blank line after it.
@@ -30,7 +30,7 @@
#ifndef __lint
__COPYRIGHT("@(#) Copyright (c) 2000\n\
The NetBSD Foundation, inc. All rights reserved.\n");
-__RCSID("$NetBSD: style,v 1.12 2000/03/02 08:51:54 lukem Exp $");
+__RCSID("$NetBSD: style,v 1.13 2000/03/10 12:01:15 lukem Exp $");
#endif /* !__lint */
/*
@@ -118,7 +118,7 @@ int main(int, char *[]);
* If the macro is an expression, wrap the expression in parenthesis.
* If the macro is more than a single statement, use ``do { ... } while (0)'',
* so that a trailing semicolon works. Right-justify the backslashes; it
- * makes it easier to read. The /* CONSTCOND */ is to satisfy lint(1).
+ * makes it easier to read. The CONSTCOND comment is to satisfy lint(1).
*/
#define MACRO(v, w, x, y) \
do { \