summaryrefslogtreecommitdiff
path: root/sys/dev/pci/hifn7751.c
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2001-04-06 16:27:47 +0000
committerJason Wright <jason@cvs.openbsd.org>2001-04-06 16:27:47 +0000
commit4de5170396cc9f30d77a2b1216d1a35e1c90cf8e (patch)
tree13819e303b69e08cb40e20aee9a9dd4ad64b4c7d /sys/dev/pci/hifn7751.c
parent37216eb1389b8319aa7ffa5a04d57de1cf9dfb89 (diff)
typo in error message
Diffstat (limited to 'sys/dev/pci/hifn7751.c')
-rw-r--r--sys/dev/pci/hifn7751.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/hifn7751.c b/sys/dev/pci/hifn7751.c
index 4f3e42d4942..273542dec31 100644
--- a/sys/dev/pci/hifn7751.c
+++ b/sys/dev/pci/hifn7751.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hifn7751.c,v 1.56 2001/03/28 20:02:59 angelos Exp $ */
+/* $OpenBSD: hifn7751.c,v 1.57 2001/04/06 16:27:46 jason Exp $ */
/*
* Invertex AEON / Hi/fn 7751 driver
@@ -247,7 +247,7 @@ hifn_attach(parent, self, aux)
sc->sc_ih = pci_intr_establish(pc, ih, IPL_NET, hifn_intr, sc,
self->dv_xname);
if (sc->sc_ih == NULL) {
- printf(": couldn't establish interrupt\n");
+ printf(": couldn't establish interrupt");
if (intrstr != NULL)
printf(" at %s", intrstr);
printf("\n");