summaryrefslogtreecommitdiff
path: root/sys/dev/eisa/dpt_eisa.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 10:27:13 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 10:27:13 +0000
commit124ec404c6e5ed83c26b3ae27f8f6a9865f30089 (patch)
tree0d8e24ba87859ed357e4e55c7af42a3a472b5eee /sys/dev/eisa/dpt_eisa.c
parent435f16863158d22d3404dd4e1decea3a1e403a1f (diff)
typos from Tom Cosgrove;
Diffstat (limited to 'sys/dev/eisa/dpt_eisa.c')
-rw-r--r--sys/dev/eisa/dpt_eisa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/eisa/dpt_eisa.c b/sys/dev/eisa/dpt_eisa.c
index b00c3550d80..1d9af1675af 100644
--- a/sys/dev/eisa/dpt_eisa.c
+++ b/sys/dev/eisa/dpt_eisa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dpt_eisa.c,v 1.2 2002/03/14 01:26:53 millert Exp $ */
+/* $OpenBSD: dpt_eisa.c,v 1.3 2003/10/21 10:27:12 jmc Exp $ */
/* $NetBSD: dpt_eisa.c,v 1.2 1999/10/18 21:59:19 ad Exp $ */
/*
@@ -209,6 +209,6 @@ dpt_eisa_attach(parent, self, aux)
return;
}
- /* Now attach to the bus-independant code */
+ /* Now attach to the bus-independent code */
dpt_init(sc, intrstr);
}