diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2019-05-07 13:04:26 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2019-05-07 13:04:26 +0000 |
| commit | 6e0e532a90f63ec946f1fe360c6de01574c68abe (patch) | |
| tree | a8da764aff214da778f3a97efaeba51c7d3ed02a /sys/tools | |
| parent | 726f09bc6ac3d7495af9c4d5e05cd5437ccbc1b6 (diff) | |
Notes
Diffstat (limited to 'sys/tools')
| -rw-r--r-- | sys/tools/makeobjops.awk | 2 | ||||
| -rw-r--r-- | sys/tools/vnode_if.awk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/tools/makeobjops.awk b/sys/tools/makeobjops.awk index 225e48d43497d..8db344da6276c 100644 --- a/sys/tools/makeobjops.awk +++ b/sys/tools/makeobjops.awk @@ -424,7 +424,7 @@ for (file_i = 0; file_i < num_files; file_i++) { common_head = \ "/*\n" \ - " * This file is produced automatically.\n" \ + " * This file is @generated automatically.\n" \ " * Do not modify anything in here by hand.\n" \ " *\n" \ " * Created from source file\n" \ diff --git a/sys/tools/vnode_if.awk b/sys/tools/vnode_if.awk index 6f1d19270786d..92ad79fe2c377 100644 --- a/sys/tools/vnode_if.awk +++ b/sys/tools/vnode_if.awk @@ -141,7 +141,7 @@ if (!srcfile) common_head = \ "/*\n" \ - " * This file is produced automatically.\n" \ + " * This file is @generated automatically.\n" \ " * Do not modify anything in here by hand.\n" \ " *\n" \ " * Created from $FreeBSD$\n" \ |
