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
details: https://anonhg.NetBSD.org/src/rev/682b599f5fd8
branches: trunk
changeset: 957470:682b599f5fd8
user: rillig <rillig%NetBSD.org@localhost>
date: Sun Nov 29 09:15:33 2020 +0000
description:
style: fix typo
diffstat:
share/misc/style | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 50df92a1931a -r 682b599f5fd8 share/misc/style
--- a/share/misc/style Sun Nov 29 08:48:24 2020 +0000
+++ b/share/misc/style Sun Nov 29 09:15:33 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: style,v 1.59 2020/08/02 01:36:46 riastradh Exp $ */
+/* $NetBSD: style,v 1.60 2020/11/29 09:15:33 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.59 2020/08/02 01:36:46 riastradh Exp $");
+__RCSID("$NetBSD: style,v 1.60 2020/11/29 09:15:33 rillig Exp $");
/*
* VERY important single-line comments look like this.
@@ -86,7 +86,7 @@
/*
* If it's a network program, put the network include files next.
- * Group the includes files by subdirectory.
+ * Group the include files by subdirectory.
*/
#include <net/if.h>
#include <net/if_dl.h>
Home |
Main Index |
Thread Index |
Old Index