Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev Add verb to sentence.
details: https://anonhg.NetBSD.org/src/rev/4957a1531d79
branches: trunk
changeset: 354732:4957a1531d79
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Jun 27 08:09:14 2017 +0000
description:
Add verb to sentence.
diffstat:
sys/dev/devlist2h.awk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 5b9851f3d1b2 -r 4957a1531d79 sys/dev/devlist2h.awk
--- a/sys/dev/devlist2h.awk Tue Jun 27 08:03:55 2017 +0000
+++ b/sys/dev/devlist2h.awk Tue Jun 27 08:09:14 2017 +0000
@@ -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 @@
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 @@
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
Home |
Main Index |
Thread Index |
Old Index