diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-05-15 06:31:38 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-05-15 06:31:38 +0000 |
commit | 64388637f1b5975f36fcfa8344dea5634c0087c0 (patch) | |
tree | e9e3af6ab2a125e6b9b66bf111ef451127d54248 /sys/dev/cardbus | |
parent | b82d37d2f6dcf386e2cac62f7fceb4e448e880f2 (diff) |
oops typo
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r-- | sys/dev/cardbus/devlist2h.awk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cardbus/devlist2h.awk b/sys/dev/cardbus/devlist2h.awk index 367cccf23b9..e7cc4fc8c2b 100644 --- a/sys/dev/cardbus/devlist2h.awk +++ b/sys/dev/cardbus/devlist2h.awk @@ -1,5 +1,5 @@ #! /usr/bin/awk -f -# $OpenBSD: devlist2h.awk,v 1.2 2000/05/15 06:29:09 niklas Exp $ +# $OpenBSD: devlist2h.awk,v 1.3 2000/05/15 06:31:37 niklas Exp $ # $NetBSD: devlist2h.awk,v 1.1 1999/10/15 06:07:22 haya Exp $ # # Copyright (c) 1995, 1996 Christopher G. Demetriou @@ -48,7 +48,7 @@ NR == 1 { printf(" *\t%s\n", VERSION) > dfile printf(" */\n") > dfile - printf("/*\t\OpenBSD\$\t*/\n\n") > hfile + printf("/*\t\$OpenBSD\$\t*/\n\n") > hfile printf("/*\n") > hfile printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ > hfile |