diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-12-26 14:59:17 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-12-26 14:59:17 +0000 |
commit | a1ec8b00f4027dea593f02b22fc484a369b20d9e (patch) | |
tree | 595b402e2e3bfb1e874225d3fe8d232c04ddd78e /sys/dev/usb | |
parent | 0bbc0bbece856d494f88d036746429b283777140 (diff) |
spelling
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/devlist2h.awk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/usb/devlist2h.awk b/sys/dev/usb/devlist2h.awk index 50b8db5b2f1..49ef274e983 100644 --- a/sys/dev/usb/devlist2h.awk +++ b/sys/dev/usb/devlist2h.awk @@ -1,6 +1,5 @@ #! /usr/bin/awk -f -# $OpenBSD: devlist2h.awk,v 1.2 1999/08/29 10:35:35 fgsch Exp $ -# $NetBSD: devlist2h.awk,v 1.7 1999/08/28 10:01:42 augustss Exp $ +# $NetBSD: devlist2h.awk,v 1.8 1999/11/18 23:32:25 augustss Exp $ # # Copyright (c) 1995, 1996 Christopher G. Demetriou # All rights reserved. @@ -64,7 +63,7 @@ NR == 1 { else printf("/* ??? */\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 |