summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev/devlist2h.awk
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-10-30 19:25:13 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-10-30 19:25:13 +0000
commit7eaa38f085202abe296b51bc292f5eba3e0d74cd (patch)
tree3cfaec0050ed64b4c3ae76e9431adcc97d75b962 /sys/arch/hppa/dev/devlist2h.awk
parente412937dcfde0c70a35a72b4829185beb7215f74 (diff)
typos and grammer from Bruno Rohee <bruno@rohee.com>
Diffstat (limited to 'sys/arch/hppa/dev/devlist2h.awk')
-rw-r--r--sys/arch/hppa/dev/devlist2h.awk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/dev/devlist2h.awk b/sys/arch/hppa/dev/devlist2h.awk
index 291fa416c4b..c24a8678c63 100644
--- a/sys/arch/hppa/dev/devlist2h.awk
+++ b/sys/arch/hppa/dev/devlist2h.awk
@@ -1,4 +1,4 @@
-# $OpenBSD: devlist2h.awk,v 1.4 2001/03/29 00:43:00 mickey Exp $
+# $OpenBSD: devlist2h.awk,v 1.5 2003/10/30 19:25:12 mickey Exp $
#
# Copyright (c) 1998-2001 Michael Shalayeff
@@ -115,7 +115,7 @@ NR > 1 {
END {
if (busted) {
- print("unteminated comment at the EOF\n");
+ print("unterminated comment at the EOF\n");
exit(1);
}
printf("{ -1 }\n") > cpud;