diff options
| author | wiz <wiz@NetBSD.org> | 2017-06-27 08:09:14 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2017-06-27 08:09:14 +0000 |
| commit | 88eb5654bac0161b47caea3bce7f441faf6a5d99 (patch) | |
| tree | e8f28a3f13cbc2482e1a8b861b29b1fff85def1a /sys/dev/devlist2h.awk | |
| parent | ffec574fcaa22cd3b4531a030eff7be656fa2658 (diff) | |
Add verb to sentence.
Diffstat (limited to 'sys/dev/devlist2h.awk')
| -rw-r--r-- | sys/dev/devlist2h.awk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/devlist2h.awk b/sys/dev/devlist2h.awk index fd23737a751..5666ab4e0c3 100644 --- a/sys/dev/devlist2h.awk +++ b/sys/dev/devlist2h.awk @@ -1,5 +1,5 @@ #! /usr/bin/awk -f -# $NetBSD: devlist2h.awk,v 1.2 2016/10/26 01:03:23 pgoyette Exp $ +# $NetBSD: devlist2h.awk,v 1.3 2017/06/27 08:09:14 wiz Exp $ # # Copyright (c) 1995, 1996 Christopher G. Demetriou # All rights reserved. @@ -44,7 +44,7 @@ NR == 1 { printf("/*\t$NetBSD" "$\t*/\n\n") > dfile printf("/*\n") > dfile - printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ + printf(" * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ > dfile printf(" *\n") > dfile printf(" * generated from:\n") > dfile @@ -53,7 +53,7 @@ NR == 1 { printf("/*\t$NetBSD" "$\t*/\n\n") > hfile printf("/*\n") > hfile - printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ + printf(" * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ > hfile printf(" *\n") > hfile printf(" * generated from:\n") > hfile |
