Module Name: src Committed By: rillig Date: Sun Nov 29 09:15:33 UTC 2020
Modified Files: src/share/misc: style Log Message: style: fix typo To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/share/misc/style Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/misc/style diff -u src/share/misc/style:1.59 src/share/misc/style:1.60 --- src/share/misc/style:1.59 Sun Aug 2 01:36:46 2020 +++ src/share/misc/style Sun Nov 29 09:15:33 2020 @@ -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 @@ __RCSID("$NetBSD: style,v 1.59 2020/08/0 /* * 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>