From a692161ae748144f544a50e572a406369c34606a Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Fri, 29 Sep 2000 19:58:42 +0000 Subject: fix pasto in error printf --- sys/dev/pci/twe_pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') 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; -- cgit v1.2.3