Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/misc style: fix typo about enum constants being capita...
details: https://anonhg.NetBSD.org/src/rev/6d049b89fdd2
branches: trunk
changeset: 936361:6d049b89fdd2
user: rillig <rillig%NetBSD.org@localhost>
date: Sun Jul 26 09:22:15 2020 +0000
description:
style: fix typo about enum constants being capitalized
diffstat:
share/misc/style | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1d02fc324f17 -r 6d049b89fdd2 share/misc/style
--- a/share/misc/style Sun Jul 26 09:17:24 2020 +0000
+++ b/share/misc/style Sun Jul 26 09:22:15 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: style,v 1.54 2019/01/28 17:29:44 christos Exp $ */
+/* $NetBSD: style,v 1.55 2020/07/26 09:22:15 rillig 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.54 2019/01/28 17:29:44 christos Exp $");
+__RCSID("$NetBSD: style,v 1.55 2020/07/26 09:22:15 rillig Exp $");
/*
* VERY important single-line comments look like this.
@@ -147,7 +147,7 @@
#define DOUBLE(x) ((x) * 2)
-/* Enum types are capitalized. No comma on the last element. */
+/* Enum constants are capitalized. No comma on the last element. */
enum enumtype {
ONE,
TWO
Home |
Main Index |
Thread Index |
Old Index