summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-09-29 19:58:42 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-09-29 19:58:42 +0000
commita692161ae748144f544a50e572a406369c34606a (patch)
treed7d85caecd3496223d0fc2d0f8d4559f687d120c /sys
parent2be6784a1c26fe82e7848478c29117bd0fd3122b (diff)
fix pasto in error printf
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/twe_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/twe_pci.c b/sys/dev/pci/twe_pci.c
index 2685a11fa40..844839d6ada 100644
--- a/sys/dev/pci/twe_pci.c
+++ b/sys/dev/pci/twe_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: twe_pci.c,v 1.1 2000/09/15 16:56:13 mickey Exp $ */
+/* $OpenBSD: twe_pci.c,v 1.2 2000/09/29 19:58:41 mickey Exp $ */
/*
* Copyright (c) 2000 Michael Shalayeff
@@ -87,7 +87,7 @@ twe_pci_attach(parent, self, aux)
if (pci_mapreg_map(pa, TWE_BAR, PCI_MAPREG_TYPE_IO, 0,
&sc->iot, &sc->ioh, NULL, &size)) {
- printf(": can't map codec i/o space\n");
+ printf(": can't map controller i/o space\n");
return;
}
sc->dmat = pa->pa_dmat;